[Lldb-commits] [PATCH] D126668: LLDB: Fix resolving nested template parameters

2022-05-30 Thread Levon Ter-Grigoryan via Phabricator via lldb-commits
PatriosTheGreat created this revision. PatriosTheGreat added a reviewer: teemperor. Herald added a reviewer: shafik. Herald added a project: All. PatriosTheGreat requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Right now LLDB ignores nested

[Lldb-commits] [PATCH] D126657: [lldb] Fix loading DLL from some ramdisk on Windows

2022-05-30 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun created this revision. Herald added a subscriber: mstorsjo. Herald added a project: All. alvinhochun requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. The WinAPI `GetFinalPathNameByHandle` is used to retrieve the DLL file name

[Lldb-commits] [PATCH] D126655: [lldb] [gdb-remote] Be more explicit about notification reading

2022-05-30 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste. Herald added a subscriber: arichardson. Herald added a project: All. mgorny requested review of this revision. The current GDBRemoteCommunication::ReadPacket() support for notifications is very limited. Notably,

[Lldb-commits] [PATCH] D126614: [lldb] [gdb-remote] Client support for using the non-stop protocol

2022-05-30 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 432910. mgorny added a comment. Split the main tests into two variants: one that assumes that server runs in all-stop mode (like lldb-server), the other assuming it runs in non-stop mode (like gdbserver on Linux). CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D124731: [lldb] Consider binary as module of last resort

2022-05-30 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. (I also keep an eye on the bots Omair was referring to) You can just reland this change as is (revert your revert) and if something else goes wrong you'll either get a failure email or we'll let you know. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[Lldb-commits] [PATCH] D126464: [lldb] Add support to load object files from thin archives

2022-05-30 Thread Kaining Zhong via Phabricator via lldb-commits
PRESIDENT810 updated this revision to Diff 432857. PRESIDENT810 added a comment. I have refactored my code so it should looks cleaner now, but I'm not sure how to add a test. It seems that adding a test for thin archive on macOS platforms can be not so straightforward. I see that in