1. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  2. bd296c6 Fixed the UnixSignals class to be able to get a signal by name, short name, or signal number when using: by Greg Clayton · 14 years ago
  3. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  4. deb391c Added short names and descriptions to the UnixSignals class. Also cleaned up by Greg Clayton · 14 years ago
  5. 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
  6. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  7. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  8. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  9. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  10. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  11. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  12. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  13. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  14. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  15. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  16. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  17. c5f728c Expose the error contained within an SBValue. by Greg Clayton · 14 years ago
  18. 992ce26 Leaving in deprecated functions until we can get a clean build with the new APIs in place before removing the deprecated functions. by Greg Clayton · 14 years ago
  19. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  20. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  21. 11730f3 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 14 years ago
  22. dc27aba Added handling for external variables in function by Sean Callanan · 14 years ago
  23. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 14 years ago
  24. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  25. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  26. 9305747 Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. by Jim Ingham · 14 years ago
  27. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  28. 5e16ef5 Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way. by Jim Ingham · 14 years ago
  29. 1393da9 Have to friend SBFrame or it can't make symbols for the frame. by Jim Ingham · 14 years ago
  30. 8f1e08b Added GetSymbol to the frame. by Greg Clayton · 14 years ago
  31. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  32. b433a3d Fixed an issue where if a method funciton was asked to be parsed before by Greg Clayton · 14 years ago
  33. 4d6675c by Caroline Tice · 14 years ago
  34. fb35511 by Caroline Tice · 14 years ago
  35. 30449d5 Make C++ constructors and destructors correctly within the clang types we by Greg Clayton · 14 years ago
  36. ea58a3c Fixed an issue where byte sizes were not able to be calculated for forward by Greg Clayton · 14 years ago
  37. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  38. 771131d Switched the expression parser from using TargetData by Sean Callanan · 14 years ago
  39. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  40. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  41. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  42. 6df0840 Added type lookup, so variables with user-defined types by Sean Callanan · 14 years ago
  43. 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 14 years ago
  44. 1ebef44 by Caroline Tice · 14 years ago
  45. 6a5aa8a Cleaned a few build related things up: by Greg Clayton · 14 years ago
  46. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  47. ccd584d Add GetSP to the StackFrame. by Jim Ingham · 14 years ago
  48. 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago
  49. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  50. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  51. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  52. 1ca48b0 Remove SBCommandContext which was not needed or doing anything. by Caroline Tice · 14 years ago
  53. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  54. 3c9c5eb Removed the hacky "#define this ___clang_this" handler by Sean Callanan · 14 years ago
  55. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  56. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  57. 98f930f by Caroline Tice · 14 years ago
  58. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  59. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  60. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  61. 86ba24d Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. by Johnny Chen · 14 years ago
  62. ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
  63. 7952300 Re-committed AddMethodToCXXRecordType, now that by Sean Callanan · 14 years ago
  64. a751f7b Added a static function to get the void type for by Sean Callanan · 14 years ago
  65. ca4a182 Reverted r114125, r114124, and r114123 as it broke the test suite - segfaults by Johnny Chen · 14 years ago
  66. cc31338 GetBuiltInType_void(clang::ASTContext*) should be static. by Sean Callanan · 14 years ago
  67. 409be04 Well, it shouldn't be quite *that* obviously broken. by Sean Callanan · 14 years ago
  68. d7d82d4 Added AddMethodToCXXRecordType. This is not yet by Sean Callanan · 14 years ago
  69. 2ea8f27 Made CreateFunctionType static. Also fixed the spelling by Sean Callanan · 14 years ago
  70. 60a0ced Made AddFieldToRecordType a static method on ClangASTContext. by Sean Callanan · 14 years ago
  71. 75b11a3 Fix issues with CreateInstanceName, a virtual function, being called by Caroline Tice · 14 years ago
  72. 0021c97 Undo 114084 and 114087 to unbreak the build for the time being. by Johnny Chen · 14 years ago
  73. a2784ee Turns out CreateInstanceName is duplicated in two other places. Make them static too, sigh. by Benjamin Kramer · 14 years ago
  74. f95e707 Make this method static. Bad things(tm) happen when a non-static method is called in a constructor's initializer list. by Benjamin Kramer · 14 years ago
  75. 4c273fd Unbreak build, you can't take a pointer from a "register" variable. Most compilers ignore this keyword anyways. by Benjamin Kramer · 14 years ago
  76. 0e81b64 Step past prologues when we step into functions. by Jim Ingham · 14 years ago
  77. c4547c5 Add the ability to not resolve the name passed to FileSpec. Then don't resolve the names of compilation units found in DWARF. by Jim Ingham · 14 years ago
  78. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  79. 5fcff9a 15-20% speed improvement when parsing DWARF. I used instruments to by Greg Clayton · 14 years ago
  80. 41ae217 Modify "settings list" so you can specify a particular instance setting name, by Caroline Tice · 14 years ago
  81. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  82. d9ece2a by Caroline Tice · 14 years ago
  83. 49480b1 Clear the section list when a our current process is destroyed. by Greg Clayton · 14 years ago
  84. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  85. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  86. cc07462 Added code to support use of "this" and "self" in by Sean Callanan · 14 years ago
  87. a357ecf Fixed the implementation of "bool Block::Contains (const Block *block) const" by Greg Clayton · 14 years ago
  88. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  89. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 14 years ago
  90. 03e0f97 Added the summary values for function pointers so we can show where they by Greg Clayton · 14 years ago
  91. e37f23c Fixed a crash that would happen when using "frame variables" on any struct, by Greg Clayton · 14 years ago
  92. 8019d7f Bug #: 8408441 by Greg Clayton · 14 years ago
  93. e9ca3a4 Remove Host::ResolveExecutableLocation (very recent addition); replace use of by Caroline Tice · 14 years ago
  94. 7c36fa0 Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 14 years ago
  95. 3e0571b Fixed some comments. by Johnny Chen · 14 years ago
  96. 4ae5196 Move the "Object Description" into the ValueObject, and the add an API to by Jim Ingham · 14 years ago
  97. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago
  98. d1c2dca Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 14 years ago
  99. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  100. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago