- c7b7f76 [lldb]: fix typo in lldb-gdb-remote.txt by Konrad Kleine · 5 years ago
- e11df58 Upstream debugserver arm64e support. by Jason Molenda · 6 years ago
- 48a50ee [android/process list] support showing process arguments by Walter Erquinigo · 6 years ago
- d45eaf9 [Docs] Modernize references to macOS by J. Ryan Stinnett · 6 years ago
- 19ae9d0 Rename MacOS X -> macOS where applicable. by Adrian Prantl · 6 years ago
- 878e96f2 Fix error in QEnableErrorStrings gdb-remote docs by Pavel Labath · 7 years ago
- dab1d5f Adding Support for Error Strings in Remote Packets by Ravitheja Addepally · 8 years ago
- e714c4f Implementation of remote packets for Trace data. by Ravitheja Addepally · 8 years ago
- 1e7ecd3 Fix a race condition in FuncUnwinders where the mutex was being by Jason Molenda · 8 years ago
- 2f1fbae gdb-remote: Add jModulesInfo packet by Pavel Labath · 9 years ago
- d7d69f8 Support loading files even when incorrect file name specified by the linker by Tamas Berghammer · 9 years ago
- a299231 Add support to debugserver for some new ways to interact with dyld by Jason Molenda · 9 years ago
- 17b45390d Revert r273524, it may have been the cause of a linux testbot failure by Jason Molenda · 9 years ago
- cb6dae2 Do some minor renames of "Mac OS X" to "macOS". by Jason Molenda · 9 years ago
- 7e9bd59 Add a new "thread-pcs" key-value pair to the T packet response from by Jason Molenda · 9 years ago
- ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 9 years ago
- 6acc86c Have debugserver send the OS version string plus by Jason Molenda · 10 years ago
- 4a4bb12 Add jThreadsInfo support to lldb-server by Pavel Labath · 10 years ago
- 20ee21b Add a another packet to the gdb-remote protocol, by Jason Molenda · 10 years ago
- 91ffe0a Add a new wart, I mean feature, on to gdb-remote protocol: compression. by Jason Molenda · 10 years ago
- 783bfc8 Fetch object file load address if it isn't specified by the linker by Tamas Berghammer · 10 years ago
- 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
- effd27a Doc talks about Platform_RunCommand while we actually use Platform_shell. by Chaoren Lin · 10 years ago
- c9c3d22 test commit. by Aidan Dodds · 10 years ago
- 0901325 Copy paste error in gdb-remote doc. by Chaoren Lin · 10 years ago
- 6801be3 Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. by Oleksiy Vyalov · 10 years ago
- 0f86b74 Fix the communication in qPlatform_[mkdir,chmod] by Tamas Berghammer · 10 years ago
- e5f27de Fix a typo in lldb-gdb-remote.txt. by Stephane Sezer · 11 years ago
- f39ebbe Change the encoding of the Triple string exchanged across GDB-RSP by Matthew Gardiner · 11 years ago
- a7804f2 Improve documentation on triple encoding expectations for qHostInfo response. by Todd Fiala · 11 years ago
- d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
- af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
- 6a7f333 Fix a few typos. by Bruce Mitchener · 11 years ago
- 821a21e Add documentation about the jThreadExtendedInfo packet. by Jason Molenda · 11 years ago
- 20f834b Fix a couple minor typos in $qMemoryRegionInfo packet docs. by Todd Fiala · 11 years ago
- 060ca75 Fix the quoting in my x packet documentation so it's by Jason Molenda · 11 years ago
- 7b11300 Documented our "attach" extension packets. by Jim Ingham · 11 years ago
- 018ff31 Add a simple qSupported packet, fix a bug in decode_binary_data(), by Jason Molenda · 11 years ago
- 4411528 Note that qHostInfo prints the cputype and cpusubtype in base10; by Jason Molenda · 11 years ago
- a9ddb0e Added distribution info to ArchSpec and qHostInfo message. by Todd Fiala · 11 years ago
- 4442546 Test commit. Capitalize 'os'. by Colin Riley · 12 years ago
- 5d719f2 Added documentation or the new QSaveRegisterState and QRestoreRegisterState packets. by Greg Clayton · 12 years ago
- bac3ff1 Update the key/value documentation for the qHostInfo packet. by Greg Clayton · 12 years ago
- e65c0fe Document the QEnvironmentHexEncoded packet, and explain why it is by Jason Molenda · 12 years ago
- 9e4a006 Clarify how to handle a thread register context with a gap by Jason Molenda · 12 years ago
- de111a4 Add a new qGDBServerVersion packet so lldb can query by Jason Molenda · 12 years ago
- 726df17 As promised in previous commit, docs for qPlatform_RunCommand. by Daniel Malea · 12 years ago
- e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
- 679f6b7 Document the extended detach packet. by Jim Ingham · 12 years ago
- 0b0ceb6 Updated the register numbering base documentation for the "gcc", "dwarf", "container-regs" and "invalidate-regs" key/value responses to the "qRegisterInfo" packet. by Greg Clayton · 12 years ago
- 4d3c008 Fix document typos, indentation in python code, and API examples. by Daniel Malea · 12 years ago
- fa85ca5 Change the container-regs kv pair in the qRegsiterInfo by Jason Molenda · 12 years ago
- 8e44d74 Clear up the documentation for the "container-regs" and "invalidate-regs" key/value pair responses for qRegisterInfo with examples of single and multiple registers for each. by Greg Clayton · 12 years ago
- 0ba2024 Changed the register number lists for the qRegisterInfo packet response to be raw hex to match all other register reading and writing APIs. by Greg Clayton · 12 years ago
- 16ed261 Updated the LLDB qRegisterInfo documentation to contain information on the new "invalidate-regs" and "container-regs" keys that can be returned in response to a qRegisterInfo packet. by Greg Clayton · 12 years ago
- f17b5ac <rdar://problem/11961650> by Jason Molenda · 12 years ago
- fca9c6b Add a new qProcessInfo packet to debugserver. by Jason Molenda · 12 years ago
- cb349ee When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 13 years ago
- bda72b8 I added more complete documentation on all of the new packets we use in LLDB by Greg Clayton · 14 years ago
- 1167c4e Added some documentation on the new GDB remote packets we have added and use by Greg Clayton · 14 years ago