mgorny updated this revision to Diff 378515.
mgorny added a comment.
Remove unused `next_regnum_lldb` arg.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109876/new/
https://reviews.llvm.org/D109876
Files:
lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
lldb/test/API/functionalities/
mgorny updated this revision to Diff 378526.
mgorny added a comment.
Rename the set to 'supplementary registers'.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109876/new/
https://reviews.llvm.org/D109876
Files:
lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
lldb/test/API/functiona
mgorny abandoned this revision.
mgorny added a comment.
In the new version of the patch, both 32-bit and 64-bit x86 systems are handled
immediately.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109281/new/
https://reviews.llvm.org/D109281
_
mgorny updated this revision to Diff 378533.
mgorny retitled this revision from "[lldb] [gdb-remote] Add x86_64
pseudo-registers when using gdbserver" to "[lldb] [ABI/X86] Add
pseudo-registers if missing".
mgorny edited the summary of this revision.
mgorny added a comment.
Rewritten for the new
vadimcn added a comment.
> Is it possible to get your IDE to record the module & the address?
I don't control the definition of the protocol (FWIW it's Microsoft's Debug
Adapter Protocol), but I'll look into that, maybe there's a way to sneak in
extra information. In which case, what is the c
serhiy.redko updated this revision to Diff 378575.
serhiy.redko added a comment.
- added printing of unused target related fields from launch.json in case
launchCommands/attachCommands fields are provided.
- updated help info in for launch/attach fields according to review request.
CHANGES SINC