1. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  2. 20ee21b Add a another packet to the gdb-remote protocol, by Jason Molenda · 10 years ago
  3. 9a7cacb Implement qXfer:libraries:read. by Stephane Sezer · 10 years ago
  4. 0c996a9 Change search order of target definition files. by Ewan Crawford · 10 years ago
  5. 2e59d4f More packet reduction when debugging with GDB server. by Greg Clayton · 10 years ago
  6. 682e842 XML register info fix by Ewan Crawford · 10 years ago
  7. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  8. aa7eda7 Proper handling of QNonStop packet response. by Ewan Crawford · 10 years ago
  9. 0b90be1 Implement the "qSymbol" packet in order to be able to read queue information in debugserver and return the info in the stop reply packets. by Greg Clayton · 10 years ago
  10. 76df288 Add handling of async notify packets by Ewan Crawford · 10 years ago
  11. 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
  12. ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
  13. 783bfc8 Fetch object file load address if it isn't specified by the linker by Tamas Berghammer · 10 years ago
  14. fab40d3 Add Read Thread to GDBRemoteCommunication by Ewan Crawford · 10 years ago
  15. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  16. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  17. c4e25c9 Report inferior SIGSEGV as a signal instead of an exception on linux by Pavel Labath · 10 years ago
  18. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  19. 9aa2da00 Change ProcessGDBRemote last stop packet to a container. by Ewan Crawford · 10 years ago
  20. d04f0ed Added XML to the host layer. by Greg Clayton · 10 years ago
  21. 5df78fa Did some cleanup to stop us from leaking Pipe file descriptors. by Greg Clayton · 10 years ago
  22. e034a04 Added a new command in ProcessGDBRemote that can figure out the performance characterisitics of your GDB remote server. by Greg Clayton · 10 years ago
  23. 48fca3b Fix StopInfoWatchpoint handling after r237411 by Pavel Labath · 10 years ago
  24. 1aa755c Remove DoAttachToProcessWithId(lldb::pid_t). by Zachary Turner · 10 years ago
  25. 78baa19 Remote Non-Stop Support by Ewan Crawford · 10 years ago
  26. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  27. 4cc8d20 Fixed minor compile warnings by Vince Harron · 10 years ago
  28. c0c8385 This patch allows LLDB to use the $qXfer:Libraries: packet. by Aidan Dodds · 10 years ago
  29. 6ae1aab Whitespace-only tweaks to Colin's r235109 patch to match the lldb by Jason Molenda · 10 years ago
  30. ede3193 Add a "force_kill" arg to Process::Destroy(). This is needed after by Jason Molenda · 10 years ago
  31. e68c008 Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds can take advantage of the new GDB register info from the target XML. by Greg Clayton · 10 years ago
  32. 9035650 Surround assignments w/ parenthesis to avoid mistakes. by Davide Italiano · 10 years ago
  33. 07313e6 Use the correct type, and silence a warning. by Davide Italiano · 10 years ago
  34. c3c95b2 Adds lldb support for querying the register mapping from gdbserver remote targets using qXfer:features:read packet. Only enabled if libxml2 enabled in build. by Colin Riley · 10 years ago
  35. 2c2acf9 [LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el. by Mohit K. Bhakkad · 10 years ago
  36. 3f69fa6 Sprinkle some #include <mutex> in files that use std::call_once. by Benjamin Kramer · 10 years ago
  37. c8d6982 [Plugin/Process] Use std::call_once() to initialize. by Davide Italiano · 10 years ago
  38. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  39. 7cb18bf Fetch module specification from remote process also by Tamas Berghammer · 11 years ago
  40. 30b8cd3 Remove virtual and add override to all virtual functions in Process/gdb-remote. by Tamas Berghammer · 11 years ago
  41. 0641ca1 Remove ScriptInterpreterObject. by Zachary Turner · 11 years ago
  42. e9f4dfe Fix fetching the architecture of the target on process launch by Tamas Berghammer · 11 years ago
  43. e724af1 Remove non const version of GetArchitecture from Target.h by Tamas Berghammer · 11 years ago
  44. 5f4b6c7 Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging by Robert Flack · 11 years ago
  45. a55a953 Fix bug in ProcessGDBRemote by Pavel Labath · 11 years ago
  46. ac83982 Set the signals based on the OS in the qHostInfo packet by Tamas Berghammer · 11 years ago
  47. 633a29c Further reduce header footprint of Debugger.h. by Zachary Turner · 11 years ago
  48. 912800c Create ScopedTimeout class for GDBRemoteCommunication by Tamas Berghammer · 11 years ago
  49. 4a8abd3 Fix TestProcessIO.py when run against a remote target by Vince Harron · 11 years ago
  50. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  51. df3f00f Fix 'process launch -i' for remote processes by Vince Harron · 11 years ago
  52. e0be425 Add support for SBProcess::PutSTDIN to remote processes by Vince Harron · 11 years ago
  53. 18fe640 Implement setting and clearing watchpoints. by Chaoren Lin · 11 years ago
  54. 28e5742 Share crash information between LLGS and local POSIX debugging with by Chaoren Lin · 11 years ago
  55. f8ce61c Launch lldb-gdbserver in same process group when launched remotely using lldb-platform - commit on behalf of flackr. by Oleksiy Vyalov · 11 years ago
  56. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  57. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  58. 75f47c3 llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions. by Todd Fiala · 11 years ago
  59. 93a66fc Move ConnectionFileDescriptor to platform-specific Host directory. by Zachary Turner · 11 years ago
  60. cacde7d Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. by Todd Fiala · 11 years ago
  61. acee96a Fix up the HostThread interface, making the interface simpler. by Zachary Turner · 11 years ago
  62. 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago
  63. 4ceced3 Consolidate UnixSignals setting/getting in Process. by Todd Fiala · 11 years ago
  64. c00cf4a Move FileSystem functions out of Host and into their own classes. by Zachary Turner · 11 years ago
  65. 696b528 Refactor FileAction out of ProcessLaunchInfo. by Zachary Turner · 11 years ago
  66. 921c01b Change ProcessGDBRemote::DidLaunchOrAttach to by Jason Molenda · 11 years ago
  67. bb006ce After you attach, give the process plugin a chance to report back (through by Jim Ingham · 11 years ago
  68. 013434e __arm64__ and __aarch64__ #ifdef adjustments by Todd Fiala · 11 years ago
  69. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  70. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  71. 106d028 Added an option to turn OFF the "detach on error" behavior that was added by Jim Ingham · 11 years ago
  72. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  73. ff6131a Add support for gdb remote $X stop notification. by Todd Fiala · 11 years ago
  74. 6076bf4 Change ProcessGDBRemote::DoReadMemory to use the x packet to read by Jason Molenda · 11 years ago
  75. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  76. 987cbaa Add a missing arm64 idef. by Jason Molenda · 11 years ago
  77. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  78. c3826b5 Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlans() into base Process::Destroy() instead of in subclass DoDestroy() methods. by Andrew MacPherson · 12 years ago
  79. 23f8c95 JITed functions can now have debug info and be debugged with debug and source info: by Greg Clayton · 12 years ago
  80. a68f7b6 cleanup unreferenced functions by Saleem Abdulrasool · 12 years ago
  81. b3a5333 Update copy-and-pasted log message by Ed Maste · 12 years ago
  82. a04ef75 If you are disabling a hardware breakpoint, use z1 not z0. by Jim Ingham · 12 years ago
  83. 03904ac Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data. by Steve Pucci · 12 years ago
  84. 1681092 Remove an assertion that was being hit due to slow DNS name lookups on MacOSX for "localhost". by Greg Clayton · 12 years ago
  85. 40083a4 Don’t process the stop reply packet as a generic signal if we already figured out what it was from other data in the packet. by Jim Ingham · 12 years ago
  86. b98a2bb Patch for fixing the handling of hardware breakpoints. by Deepak Panickal · 12 years ago
  87. eac0aa4 Oops, probably ought to turn on that fix... by Jim Ingham · 12 years ago
  88. 9d67cc5 We have to call waitpid on the lldb side for Mac OS X (even though we've successfully called it by Jim Ingham · 12 years ago
  89. 673b4a3 Improve the handling of stop-reply packet when it does not contain by Hafiz Abid Qadeer · 12 years ago
  90. e98008c Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. by Greg Clayton · 12 years ago
  91. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  92. 5ec012d Test new committer permission with one-line trailing whitespace removal. by Steve Pucci · 12 years ago
  93. fda4fab Revert to getting a random port and sending that down to debugserver for iOS. The sandboxing is not letting debugserver reverse connect back to lldb. by Greg Clayton · 12 years ago
  94. 1a63440 Fixes a bug preventing reading of the python register file. by Todd Fiala · 12 years ago
  95. 9c517c0 Remove wait_for_launch parameter from DoAttachToProcessWithName(). This parameter is redundant as this information is already provided by the ProcessAttachInfo parameter. by Jean-Daniel Dupas · 12 years ago
  96. c62bd7b Any time ProcessGDBRemote tries to get the remote's ProcessArchitecture, by Jason Molenda · 12 years ago
  97. 7782de9 Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch(). by Jean-Daniel Dupas · 12 years ago
  98. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  99. 00fe87b Modified local spawning in debugserver processes to use a new --reverse-connect option so that debugserver actually connects back to LLDB instead of LLDB connecting to debugserver. by Greg Clayton · 12 years ago
  100. 91a9b247 Switch local launching of debugserver over to always use a FIFO in order to handshake with the launched debugserver. by Greg Clayton · 12 years ago