1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 12 years ago
  3. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  4. ed0a0fb <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 12 years ago
  5. bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
  6. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  7. 7de0117 Fixing a constness issue in an otherwise trivial patch by Enrico Granata · 12 years ago
  8. df83db8 Restoring an API as deprecated which was removed in a previous commit by Enrico Granata · 12 years ago
  9. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  10. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  11. f590be8 A baton isn't needed to dispatch input. by Filipe Cabecinhas · 12 years ago
  12. ee306fa Add API logging for SBDebugger::MemoryPressureDetected. by Jim Ingham · 12 years ago
  13. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
  14. 07baf83 <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield without a format specified would in certain cases crash LLDB - This has also led to refactoring the by-type accessors for the data formatter subsystem. These now belong in our internal layer, and are just invoked by the public API stratum by Enrico Granata · 12 years ago
  15. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  16. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 12 years ago
  17. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  18. 860b9ea <rdar://problem/11202426> by Greg Clayton · 12 years ago
  19. 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
  20. d846521 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 12 years ago
  21. c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 12 years ago
  22. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 12 years ago
  23. 16376ed <rdar://problem/10062621> by Enrico Granata · 12 years ago
  24. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 12 years ago
  25. a4b43ab rdar://problem/10216227 by Johnny Chen · 13 years ago
  26. c548687 <rdar://problem/10584789> by Greg Clayton · 13 years ago
  27. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  28. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  29. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  30. 15afa9f Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace by Greg Clayton · 13 years ago
  31. f29d7f2 Destroy a target when it is deleted. by Greg Clayton · 13 years ago
  32. d65593d After deleting a target, clear the target object and remove orphaned modules. by Greg Clayton · 13 years ago
  33. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  34. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  35. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  36. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  37. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  38. 7bbebaf Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 13 years ago
  39. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  40. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  41. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  42. 409646d Add an API to SBDebugger class: by Johnny Chen · 13 years ago
  43. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  44. b38df1e by Caroline Tice · 13 years ago
  45. 4a34808 by Caroline Tice · 13 years ago
  46. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  47. a2cffd3 by Caroline Tice · 13 years ago
  48. 9ce9c3c Fixed an issue where if you specify an architecture from the command line like: by Greg Clayton · 13 years ago
  49. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  50. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  51. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 13 years ago
  52. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  53. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  54. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 13 years ago
  55. c4ed12f Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 14 years ago
  56. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  57. f5e4326 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  58. c044686 by Caroline Tice · 14 years ago
  59. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  60. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  61. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  62. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  63. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  64. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  65. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  66. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  67. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  68. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  69. 1ebef44 by Caroline Tice · 14 years ago
  70. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  71. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  72. 98f930f by Caroline Tice · 14 years ago
  73. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  74. b8314fe Make API calls for setting/getting user settable variables static. by Caroline Tice · 14 years ago
  75. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  76. 5bc7b67 eliminate some clang warnings. by Chris Lattner · 14 years ago
  77. 6e4c5ce by Caroline Tice · 14 years ago
  78. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  79. 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
  80. 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago
  81. 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
  82. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  83. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  84. d6ec8aa Fix a bunch more include lines. by Eli Friedman · 14 years ago
  85. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago