1. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  2. 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 14 years ago
  3. a0af4bd Change command option "--no_override" to "--no-override" (hypen instead of underscore). by Caroline Tice · 14 years ago
  4. 1ebef44 by Caroline Tice · 14 years ago
  5. 6a5aa8a Cleaned a few build related things up: by Greg Clayton · 14 years ago
  6. f353183 Made 'frame variable' printing of unsigned types more readable, like gdb. by Johnny Chen · 14 years ago
  7. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  8. ccd584d Add GetSP to the StackFrame. by Jim Ingham · 14 years ago
  9. 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago
  10. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  11. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  12. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  13. 1ca48b0 Remove SBCommandContext which was not needed or doing anything. by Caroline Tice · 14 years ago
  14. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  15. a4e27af Added some comments explaining why we currently have to manually set CXXRecordDecl variables. This is because SEMA is actually calling the accessors that should be built into the CXXRecordDecl class. We have an internal bug tracking this change and will remove the affected work around code when a solution is available. by Greg Clayton · 14 years ago
  16. 6288a65 Improved the logging for ASTs generated on the by Sean Callanan · 14 years ago
  17. 22d5fe3 Fixed CXXRecordDecl declaration settings for whether a class in a POD type by Greg Clayton · 14 years ago
  18. d0b3e2b Fixed a build warning where no return values was being returned. by Greg Clayton · 14 years ago
  19. 8bb61f0 by Caroline Tice · 14 years ago
  20. bba60fb Fixed an issue with the clang type creation code for C++ classes where we wouldn't set a CXXRecordDecl to be NOT empty if we had base classes that were not empty or had virtual functions. by Greg Clayton · 14 years ago
  21. b447e84 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 14 years ago
  22. 3c9c5eb Removed the hacky "#define this ___clang_this" handler by Sean Callanan · 14 years ago
  23. 9e8e696 Make the short option print out before the long option in the by Caroline Tice · 14 years ago
  24. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  25. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  26. 7a630d3 Fixed wrong logic in validating term-width value; should be && instead of ||. by Johnny Chen · 14 years ago
  27. 068a34f Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 14 years ago
  28. e7a566e Fix indentations. by Caroline Tice · 14 years ago
  29. 98f930f by Caroline Tice · 14 years ago
  30. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  31. aa44805 Added a better error message to the "frame variable" when you try to view by Greg Clayton · 14 years ago
  32. 1e30afd Fixed an issue with: by Greg Clayton · 14 years ago
  33. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  34. 823533e Bug #: 8447030 by Greg Clayton · 14 years ago
  35. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  36. 86ba24d Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. by Johnny Chen · 14 years ago
  37. ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
  38. 7952300 Re-committed AddMethodToCXXRecordType, now that by Sean Callanan · 14 years ago
  39. a751f7b Added a static function to get the void type for by Sean Callanan · 14 years ago
  40. ca4a182 Reverted r114125, r114124, and r114123 as it broke the test suite - segfaults by Johnny Chen · 14 years ago
  41. d7d82d4 Added AddMethodToCXXRecordType. This is not yet by Sean Callanan · 14 years ago
  42. 2ea8f27 Made CreateFunctionType static. Also fixed the spelling by Sean Callanan · 14 years ago
  43. 60a0ced Made AddFieldToRecordType a static method on ClangASTContext. by Sean Callanan · 14 years ago
  44. 75b11a3 Fix issues with CreateInstanceName, a virtual function, being called by Caroline Tice · 14 years ago
  45. 0f3a8eb Added default more aliases to ease gdb converts: by Greg Clayton · 14 years ago
  46. 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
  47. 0e81b64 Step past prologues when we step into functions. by Jim Ingham · 14 years ago
  48. 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
  49. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  50. 5fcff9a 15-20% speed improvement when parsing DWARF. I used instruments to by Greg Clayton · 14 years ago
  51. 41ae217 Modify "settings list" so you can specify a particular instance setting name, by Caroline Tice · 14 years ago
  52. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  53. d9ece2a by Caroline Tice · 14 years ago
  54. 03b1d1c Fixed a race condition that was sometimes stopping our command line by Greg Clayton · 14 years ago
  55. 7412475 So we can't use .debug_pubtypes as it, as designed, does not tell us about by Greg Clayton · 14 years ago
  56. 4805a1c If you have already loaded a file into the debugger, "process attach" will attach to a process with the filename, unless you specify otherwise. by Jim Ingham · 14 years ago
  57. beea052 The Mangled name comparision should prefer the mangled name. by Jim Ingham · 14 years ago
  58. e4b8aeb Adding a bit more logging. by Jim Ingham · 14 years ago
  59. 49480b1 Clear the section list when a our current process is destroyed. by Greg Clayton · 14 years ago
  60. 0298782 Fixed a case where Mangled::GetName(...) could return a invalid demangled name when one could be calculated. by Greg Clayton · 14 years ago
  61. 251de2a Fixed a compiler warning. 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. c95c6d1 Remove help text that is no longer correct. by Caroline Tice · 14 years ago
  64. 515ea54 Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock() by Johnny Chen · 14 years ago
  65. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  66. cc07462 Added code to support use of "this" and "self" in by Sean Callanan · 14 years ago
  67. c7527b1 Fixed display for long double and cleaned up float and doubles as well. by Greg Clayton · 14 years ago
  68. c14069e Fixed an issue that was always causing an extra empty argument to be sent by Greg Clayton · 14 years ago
  69. a357ecf Fixed the implementation of "bool Block::Contains (const Block *block) const" by Greg Clayton · 14 years ago
  70. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  71. 8dbb6e8 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 14 years ago
  72. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 14 years ago
  73. 00edd3a Clean up help text. by Caroline Tice · 14 years ago
  74. e2c5e45 Fixed an assertion that happened when debugging DWARF in .o files with debug by Greg Clayton · 14 years ago
  75. c0cf52d Make sure we have a variable list so we don't crash when a frame has no by Greg Clayton · 14 years ago
  76. 03e0f97 Added the summary values for function pointers so we can show where they by Greg Clayton · 14 years ago
  77. 3b71737 Removed unused variable. by Greg Clayton · 14 years ago
  78. aed5881 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 14 years ago
  79. e37f23c Fixed a crash that would happen when using "frame variables" on any struct, by Greg Clayton · 14 years ago
  80. 8019d7f Bug #: 8408441 by Greg Clayton · 14 years ago
  81. 637029b Fixed an issue I found in the mach-o symbol table parsing where by Greg Clayton · 14 years ago
  82. 146292c Add 'unalias' to the commands sub-command dictionary. by Caroline Tice · 14 years ago
  83. 2160c3f Add missing result.SetStatus, to allow aliases to be created with by Caroline Tice · 14 years ago
  84. e9ca3a4 Remove Host::ResolveExecutableLocation (very recent addition); replace use of by Caroline Tice · 14 years ago
  85. 7c36fa0 Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 14 years ago
  86. 3e0571b Fixed some comments. by Johnny Chen · 14 years ago
  87. b81ed0d Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able by Johnny Chen · 14 years ago
  88. 4ae5196 Move the "Object Description" into the ValueObject, and the add an API to by Jim Ingham · 14 years ago
  89. 681778e Little bit of line wrapping cleanup. by Jim Ingham · 14 years ago
  90. a9248b8 When the debugger updates its symbol context, if no thread or frame are selected select the first thread's 0th frame. by Jim Ingham · 14 years ago
  91. e34ee5f Always look up the symbols with FindSymbolByID since we are minimizing the symbol list. by Jim Ingham · 14 years ago
  92. 2e3d6f2 Make sure the address passed into SymbolContext::DumpStopContext() is valid before trying to calculate any offsets. by Greg Clayton · 14 years ago
  93. 99fac48 There was a check to make sure that the frame had a valid function before the expression parser would allow decl lookups which was not needed. After removing this you can evaluate expressions correctly when stopped in a frame that only has a symbol or has no symbol context at all. by Greg Clayton · 14 years ago
  94. c328d21 Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 as by Johnny Chen · 14 years ago
  95. 4c1b218 Updated help text for "breakpoint command add" to reflect r113596 changeset. by Johnny Chen · 14 years ago
  96. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago
  97. d1c2dca Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 14 years ago
  98. 98bea86 Don't flatten lldb and import everything into the global namespace. Instead, 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