1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. fb46772 <rdar://problem/12570550> by Greg Clayton · 12 years ago
  3. ed0a0fb <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 12 years ago
  4. 94a5d0d 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 · 12 years ago
  5. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  6. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  7. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  8. 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
  9. 7f206ba <rdar://problem/11597333> by Greg Clayton · 12 years ago
  10. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
  11. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  12. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 12 years ago
  13. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 12 years ago
  14. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 12 years ago
  15. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  16. 94113c4 Add comment explaining the default constructor (ArchSpec) used in CreateTarget(). by Johnny Chen · 13 years ago
  17. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  18. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  19. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  20. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  21. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  22. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  23. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  24. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 13 years ago
  25. fa2f48b Fixed up the error message for when a file is not supported. by Greg Clayton · 14 years ago
  26. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  27. 1ebef44 by Caroline Tice · 14 years ago
  28. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  29. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  30. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  31. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  32. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago