1. b6ee2e5 Bumping Xcode project version in mainline to match the latest build that was by Greg Clayton · 13 years ago
  2. 3dd49fd Added a bunch of logging to CompleteType for TagDecls and ObjCInterfaceDecls. by Sean Callanan · 13 years ago
  3. c0977b9 Python does some bad things to the signal masks in the current process and by Greg Clayton · 13 years ago
  4. 1c65853 Grab the address of the breakpoint site for the StopInfoBreakpoint so if by Jim Ingham · 13 years ago
  5. 8226e94 Fix up how we shut down the communication with debugserver so we don't rely on by Jim Ingham · 13 years ago
  6. 0a833be Add a binutils.py which contains Python functions for displaying bit representation of numbers. by Johnny Chen · 13 years ago
  7. 8904eb0 Print out the version of the locally built 'lldb' binary, not the one found in your PATH env variable. by Johnny Chen · 13 years ago
  8. 88309fd This benchmark is meant to run the locally built 'lldb' binary, not the binary on the PATH env variable. by Johnny Chen · 13 years ago
  9. 0881869 Fixed a leak in the LLVM disassembler where the by Sean Callanan · 13 years ago
  10. b7669b3 <rdar://problem/10357230> by Greg Clayton · 13 years ago
  11. f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
  12. 6f3bde7 Changed the way the expression parser handles variables by Sean Callanan · 13 years ago
  13. 5e94f62 Add bench history entries. by Johnny Chen · 13 years ago
  14. 9351b4f Undo r142549 and r142543 which temporarily relax the expected substrings for by Johnny Chen · 13 years ago
  15. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  16. 8d167d6 Liberalized the "id" check a little; now "id" can be found in namespaces. by Sean Callanan · 13 years ago
  17. b549b0a Disabled lookups for the Objective-C builtin type "id;" by Sean Callanan · 13 years ago
  18. 9b947fc Updated the grossly out of date status page. by Greg Clayton · 13 years ago
  19. 0d80e07 Add display of min and max samples to Stopwatch's string representation. by Johnny Chen · 13 years ago
  20. 20b8a96 Added an extra parameter to the object-checker by Sean Callanan · 13 years ago
  21. ebbec4c Establish a baseline for bench.py score by using a fixed lldb executable as the by Johnny Chen · 13 years ago
  22. 4b3cef0 Extended the IR interpreter to handle the variables by Sean Callanan · 13 years ago
  23. 4cd531f Fixed the display of OSTypes (the four character codes). by Greg Clayton · 13 years ago
  24. eeddf87 When completing "help foo bar" if "foo" is not a real command, don't ask its NULL command object to complete the line. by Jim Ingham · 13 years ago
  25. 966096b Update the GDB format text to be a bit more clear. by Greg Clayton · 13 years ago
  26. cfbfb1a Use full path to ClangForward.h by Peter Collingbourne · 13 years ago
  27. a31b4dd Added a new #define, LLVM_NDEBUG_OFF, that should by Sean Callanan · 13 years ago
  28. 65193b3 Fixed VerifyDecl to use shared forward declarations. by Sean Callanan · 13 years ago
  29. 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
  30. 5e8eb5c Fixed an issue where a class that resides inside another class wasn't getting by Greg Clayton · 13 years ago
  31. c6d161e Added VerifyDecl, a function that, when LLDB is by Sean Callanan · 13 years ago
  32. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  33. 2395ede Fix typo in the docstring. by Johnny Chen · 13 years ago
  34. 2bb0549 Add another metric for startup delay -- run to breakpoint, which measures the time from issuing by Johnny Chen · 13 years ago
  35. 3a54676 Fixed a problem where local variables conflict with by Sean Callanan · 13 years ago
  36. 0409d99 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. by Johnny Chen · 13 years ago
  37. c7ca466 Improved handling of static data in the expression by Sean Callanan · 13 years ago
  38. 0eb2139 Fixed our handling of const functions, compensating by Sean Callanan · 13 years ago
  39. 5325ce9 Patch from Dragos to fix Linux build! by Johnny Chen · 13 years ago
  40. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  41. 3f2ec9b Prefix display/undisplay regexp command alises with "_regexp" as per the by Jason Molenda · 13 years ago
  42. a0a10d0 typeo by Jason Molenda · 13 years ago
  43. a2f701f Add examples of shortest-possible lldb commands where appropriate. by Jason Molenda · 13 years ago
  44. 66756c2 <rdar://problem/10335756> by Greg Clayton · 13 years ago
  45. 9d855c6 Simplified the CommandInterpreter::StripFirstWord logic by making it a static by Greg Clayton · 13 years ago
  46. 64df1aa Add a bench-history file to keep track of simple bench results. by Johnny Chen · 13 years ago
  47. 4d96a74 Add more context information to the stop-hook mechanism by displaying the stop-hook by Johnny Chen · 13 years ago
  48. 911f519 Minor change. by Johnny Chen · 13 years ago
  49. 33d0129 Test some lldb command abbreviations to make sure the common short spellings of by Johnny Chen · 13 years ago
  50. d1ede68 Add two new @expectedFailure decorators. by Johnny Chen · 13 years ago
  51. 9d1acc1 Add "di" and "dis" aliases to "disassemble" so they will win over "display". by Jim Ingham · 13 years ago
  52. 6bdea82 Add a "-a" option to "image list" to show the image at a given address. by Jim Ingham · 13 years ago
  53. 114b640 Fix test regressions due to the addition of 'display' alias to the top level commands, which conflicts by Johnny Chen · 13 years ago
  54. 613790a Removed the @expectedFailure decorators from test cases. They have been fixed with the r142717 check-in. by Johnny Chen · 13 years ago
  55. fa1f617 Decoupling of lock-related code from the core of ScriptInterpreterPython. All that concerns locking the Python interpreter is now delegated to the internal ScriptInterpreterPython::Locker class. Several changes in ScriptInterpreterPython to accommodate this new pattern. by Enrico Granata · 13 years ago
  56. c28bbdb Move Python.h includes out of the headers into the .cpp file where it's actually used. by Benjamin Kramer · 13 years ago
  57. 3ce5128 Remove unused include of deprecated header. by Benjamin Kramer · 13 years ago
  58. 900b3c7 Bumped versions for lldb-81 and debugserver-146. by Greg Clayton · 13 years ago
  59. f6a5bd7 Added template support when parsing DWARF into types. We can now use STL by Greg Clayton · 13 years ago
  60. c09b8b9 Document nexti, show some shorter versions of long lldb commands. by Jason Molenda · 13 years ago
  61. 86a07da Made the expression parser handle persistent variables by Sean Callanan · 13 years ago
  62. 730cae0 Add "display" and "undisplay" aliases for target stop-hook add/delete. by Jason Molenda · 13 years ago
  63. eef9057 Add bench.py as a driver script to run some benchmarks on lldb. by Johnny Chen · 13 years ago
  64. 47eb00e Add "stepi" as an alias for thread step-inst in addition to "si". by Jason Molenda · 13 years ago
  65. 1cbfabd Enabled dedicated debugger support in Clang, meaning by Sean Callanan · 13 years ago
  66. 9b1c178 Fixed a missing quote. by Greg Clayton · 13 years ago
  67. a7cb1fa Implemented an extension to the namespace map that by Sean Callanan · 13 years ago
  68. 61ddf56 If a process plug-in was specified by name, always let the plug-in get used. by Greg Clayton · 13 years ago
  69. d910853 Add a benchmark for measuring the response time of the 'frame variable' command. by Johnny Chen · 13 years ago
  70. a85b571 Rephrase benchmark output display. by Johnny Chen · 13 years ago
  71. fe5f1ed Add a '-n' option to turn off printings of build dir, lldb version, svn info, and other headers by Johnny Chen · 13 years ago
  72. 7b0e08c Fix the compilation warning while running the test case. by Johnny Chen · 13 years ago
  73. 65e01e7 Updated LLVM/Clang to pull in a variety of type by Sean Callanan · 13 years ago
  74. 557ccd6 Made the IR interpreter more robust in the presence by Sean Callanan · 13 years ago
  75. 591cf15 Lock the Unwinder before accessing it. by Jim Ingham · 13 years ago
  76. 3a9c096 Fix wrong directory name. by Johnny Chen · 13 years ago
  77. 703de44 Add a benchmark for measuring start up delays of lldb, including: by Johnny Chen · 13 years ago
  78. bbe3916 Fixed some issues where we might not have one of the new apple accelerator by Greg Clayton · 13 years ago
  79. 8a1b122 Breakpoint specification can have the form '-n main', so it's not a good idea to by Johnny Chen · 13 years ago
  80. 3848d12 Really delete it this time. by Johnny Chen · 13 years ago
  81. ac56c17 Directory renaming: example -> expression. by Johnny Chen · 13 years ago
  82. de3d67d Directory renaming: example -> expression. by Johnny Chen · 13 years ago
  83. 5f2ed17 Parameterize the iteration count used when running benchmarks, instead of hard-coded inside the test case. by Johnny Chen · 13 years ago
  84. 8f8345f Remove stale code. by Johnny Chen · 13 years ago
  85. a38fddb Remove stale code. by Johnny Chen · 13 years ago
  86. 289fd0e Up until now, we have been using pexpect to spawn an lldb process and use lldb commands to by Johnny Chen · 13 years ago
  87. a23ca42 Modified the ASTDumper to return a "const char *" instead of a copy of the by Greg Clayton · 13 years ago
  88. f133254 Missed this file when doing r142543 to temporarily relax the expected substrings for watchpoint creation output. by Johnny Chen · 13 years ago
  89. 076f0e0 Temporarily relax the expected substrings for watchpoint creation output by Johnny Chen · 13 years ago
  90. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  91. 644ad08 Modify lldbtest.Base.runHooks() to now take the following keyword arguments: by Johnny Chen · 13 years ago
  92. 5f3c567 Extract the run hooks functionality into the base class lldbtest.Base. by Johnny Chen · 13 years ago
  93. 4c8353b Changed lldb_private::Type over to use the intrusive ref counted pointers by Greg Clayton · 13 years ago
  94. cbed999 Fix build under gcc. by Johnny Chen · 13 years ago
  95. a5dd2bb Add docstrings for SetCondition() and GetCondition() APIs. by Johnny Chen · 13 years ago
  96. e5696bd Remove stale comment. by Johnny Chen · 13 years ago
  97. 5a5c4a8 Modify the help text for watching a variable or its pointee. by Johnny Chen · 13 years ago
  98. 3bf3a9d This patch fixes debugging of single threaded apps on Linux. by Johnny Chen · 13 years ago
  99. c4adf27 Removed some debug support I accidentally committed. by Sean Callanan · 13 years ago
  100. e3737fd Improved logging, replacing the old ASTDumper (which by Sean Callanan · 13 years ago