Read the number of addressable bits from the qHostInfo packet and use it to set the code and data address mask in the process.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100520
[lldb] Set code and data address mask from qHostInfo ClosedPublic Authored by JDevlieghere on Apr 14 2021, 6:47 PM.
Details Summary Read the number of addressable bits from the qHostInfo packet and use it to set the code and data address mask in the process.
Diff Detail
Event TimelineJDevlieghere created this revision. JDevlieghere added a parent revision: D100515: [lldb] Add GetCodeAddressMask and GetDataAddressMask to Process.Apr 14 2021, 6:49 PM This revision is now accepted and ready to land.Apr 16 2021, 1:19 PM This revision was landed with ongoing or failed builds.Apr 16 2021, 1:50 PM Closed by commit rGdb2da0c8f907: [lldb] Set addressable bits from qHostInfo (authored by JDevlieghere). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338228 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
|