1. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  2. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  3. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  4. cdea236 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 · 14 years ago
  5. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  6. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  7. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  8. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  9. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  10. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  11. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  12. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  13. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  14. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  15. 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
  16. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  17. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  18. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  19. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  20. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  21. 12e4185 Removed the hardcoding of the system compiler to gcc 4.2 by Greg Clayton · 14 years ago
  22. 81ab615 Bumped version for lldb-29 and debugserver-116 in the Xcode projects. by Greg Clayton · 14 years ago
  23. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  24. c9e821e Make sure darwin-debug gets installed in /Developer/usr/bin instead of by Greg Clayton · 14 years ago
  25. 03f4e93 Bumped lldb Xcode project version to 28 for lldb-28. by Greg Clayton · 14 years ago
  26. b0f8e23 Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115. by Greg Clayton · 14 years ago
  27. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  28. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  29. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  30. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
  31. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
  32. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  33. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  34. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  35. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  36. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  37. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  38. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  39. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  40. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  41. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  42. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  43. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  44. 887eb31 Bumped versions to lldb-26 and debugserver-114 for a build. by Greg Clayton · 14 years ago
  45. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  46. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  47. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  48. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  49. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  50. 102f4e3 Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to by Greg Clayton · 14 years ago
  51. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  52. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  53. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  54. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  55. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  56. 98f930f by Caroline Tice · 14 years ago
  57. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  58. ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
  59. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  60. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  61. 7412475 So we can't use .debug_pubtypes as it, as designed, does not tell us about by Greg Clayton · 14 years ago
  62. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  63. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  64. e37f23c Fixed a crash that would happen when using "frame variables" on any struct, by Greg Clayton · 14 years ago
  65. 637029b Fixed an issue I found in the mach-o symbol table parsing where by Greg Clayton · 14 years ago
  66. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago
  67. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  68. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  69. 576a68b Enable minimized symbol tables when parsing mach-o files. This by Greg Clayton · 14 years ago
  70. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  71. 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
  72. 6e4c5ce by Caroline Tice · 14 years ago
  73. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  74. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  75. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  76. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  77. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  78. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  79. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  80. 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
  81. 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago
  82. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  83. b00bb1b Fixed the Xcode project file to not build all architectures by Greg Clayton · 14 years ago
  84. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  85. 200dce5 Removed the ClangStmtVisitor, which is old code by Sean Callanan · 14 years ago
  86. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  87. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  88. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  89. 96cc4d0 Added a new utility class that I have wanted for a while. The CleanUp by Greg Clayton · 14 years ago
  90. aa13e0a Whoops, fixed the LLVM_CONFIGURATION. by Sean Callanan · 14 years ago
  91. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  92. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  93. c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago
  94. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  95. abbf4cd Patch from Mattias to specify the system sed on Mac OS X. by Jim Ingham · 14 years ago
  96. a657025 Fixed Xcode project to deal with recent ELF plug-in changes. by Greg Clayton · 14 years ago
  97. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  98. 193e6d5 Removed unused variable "log". by Greg Clayton · 14 years ago
  99. 81bdfe8 Updated to latest llvm from July 13th, 2010 at 13:00. by Greg Clayton · 14 years ago
  100. 8bce665 "expr -i" now performs the required transforms to by Sean Callanan · 14 years ago