1. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  2. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  3. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  6. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  7. 45d8134 [windows] LLDB shows the wrong values when register read is executed at a frame other than zero by Stella Stamenova · 7 years ago
  8. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  9. 9af71b3 Move StringExtractorGDBRemote.h to the include folder by Pavel Labath · 8 years ago
  10. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  11. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  12. 39addef Switch GDBRemoteLog to the new registration mechanism by Pavel Labath · 9 years ago
  13. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  14. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  15. b42b48e Remove the last manually constructed packet from gdb-remote register context + small refactor by Pavel Labath · 9 years ago
  16. 77f8935 Changes to lldb and debugserver to reduce extraneous memory reads by Jason Molenda · 10 years ago
  17. 545304d The lldb side changes to go along with r255711 where a new by Jason Molenda · 10 years ago
  18. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  19. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  20. 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
  21. 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
  22. ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
  23. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  24. 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
  25. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  26. b9ffa98 Add a new SBThread::GetQueue() method to get the queue that is by Jason Molenda · 11 years ago
  27. aac16e0 Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent). by Jason Molenda · 12 years ago
  28. 2fd8335 Change the Mac OS X SystemRuntime plugin from using the placeholder by Jason Molenda · 12 years ago
  29. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  30. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  31. 3dc4f44 Move the code which translates a dispatch_qaddr into a by Jason Molenda · 12 years ago
  32. b1de114 Fixed detection of 'p' packet support in debugserver, by Sean Callanan · 12 years ago
  33. 9a78cdf Discover support of 'p' packet. by Hafiz Abid Qadeer · 12 years ago
  34. 6e0ff1a Changed the formerly pure virtual function: by Greg Clayton · 12 years ago
  35. ba4e61d Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 12 years ago
  36. f5b9240 Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 12 years ago
  37. 1b7746e After recent OperatingsSystem plug-in changes, the lldb_private::Process and lldb_private::Thread subclasses were changed and the API was not respected properly. by Greg Clayton · 12 years ago
  38. 160c9d8 <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 12 years ago
  39. b3ae876 <rdar://problem/13491977> by Greg Clayton · 12 years ago
  40. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  41. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  42. 5d88a06 Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the by Jim Ingham · 13 years ago
  43. 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
  44. 513c6bb Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that by Jim Ingham · 13 years ago
  45. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  46. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  47. 37cfeab Quiet the default "log enable lldb step" output down a little bit. by Jim Ingham · 14 years ago
  48. 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  49. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  50. 5a6fa54 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 14 years ago
  51. 70b5765 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 14 years ago
  52. 31f1d2f Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 14 years ago
  53. 79ea878 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 14 years ago
  54. 2ed751b Changed the emulate instruction function to take emulate options which by Greg Clayton · 14 years ago
  55. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  56. c574ede Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 15 years ago
  57. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  58. e576ab2 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 15 years ago
  59. 71fc2a3 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 15 years ago
  60. 000aeb8 Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 15 years ago
  61. 0f16e73 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 15 years ago
  62. 4c2c0fc Apple specific change from Kirk Beitz. by Greg Clayton · 15 years ago
  63. 7778703 Back up both the register AND the stop state when calling functions. by Jim Ingham · 15 years ago
  64. 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 15 years ago
  65. 5ccbd29 Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 15 years ago
  66. 442d754 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 15 years ago
  67. 773d981 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 15 years ago
  68. 744aa8a Use the new native unwinder by default. by Jason Molenda · 15 years ago
  69. c311c23 Add #ifdef to easily switch between the current libunwind-remote based unwinder by Jason Molenda · 15 years ago
  70. 311eb2d Revert last checking to ThreadGDBRemote.cpp; I accidentally checked by Jason Molenda · 15 years ago
  71. fa19c3e7 Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 15 years ago
  72. 237cd90 Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 15 years ago
  73. 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  74. 87c1191 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 15 years ago
  75. f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
  76. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  77. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago