1. 58a4034 Fixed a bug where variables in the source operands by Sean Callanan · 14 years ago
  2. 51d6b1c Make the type of session log part of the filename itself. It allows for easier by Johnny Chen · 14 years ago
  3. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  4. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  5. 89e4bae Fix the infinite recursion crash reported by Antoine Missout: by Johnny Chen · 14 years ago
  6. 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
  7. e625092 Fix comments. by Johnny Chen · 14 years ago
  8. 6ddae13 Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  9. 088c03e Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  10. 981e44c Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  11. d96b568 Add comment about iterating over possible architecture and compiler combinations. by Johnny Chen · 14 years ago
  12. 7db314d Make lldb dump fullpath instead of just basename when printing out frame or by Johnny Chen · 14 years ago
  13. f773145 Fixed error handling when the utility functions by Sean Callanan · 14 years ago
  14. 4f385f1 Handle stepping through ObjC vtable trampoline code. by Jim Ingham · 14 years ago
  15. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 14 years ago
  16. abab14b Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 14 years ago
  17. 19e29a8 Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 14 years ago
  18. db60f8d Remove the @skip decorators for assertion aborts. Jim fixed them in r118255. by Johnny Chen · 14 years ago
  19. dc7422c Use the new native unwinder by default. by Jason Molenda · 14 years ago
  20. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  21. 95fcc92 Add one @skip decorator for assertion abort: by Johnny Chen · 14 years ago
  22. 56a814d Add two @skip decorators for assertion abort: by Johnny Chen · 14 years ago
  23. e9cab7a Revert last checkin to DisassemblerLLVM.cpp; that was some temporary by Jason Molenda · 14 years ago
  24. 8132f2d Add #ifdef to easily switch between the current libunwind-remote based unwinder by Jason Molenda · 14 years ago
  25. 96829fb Revert last checking to ThreadGDBRemote.cpp; I accidentally checked by Jason Molenda · 14 years ago
  26. 8f0ad08 Revert last checking to CommandObjectDisassemble.cpp; that was by Jason Molenda · 14 years ago
  27. a6b71de Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 14 years ago
  28. 12e4185 Removed the hardcoding of the system compiler to gcc 4.2 by Greg Clayton · 14 years ago
  29. 81ab615 Bumped version for lldb-29 and debugserver-116 in the Xcode projects. by Greg Clayton · 14 years ago
  30. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  31. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  32. 800d11d Handle the case where no eh_frame section is present. by Jason Molenda · 14 years ago
  33. 29756d4 Factored the code that implements breakpoints on by Sean Callanan · 14 years ago
  34. b1ba407 Fix an incorrect comment in main.c and TestConditionalBreak.py. by Johnny Chen · 14 years ago
  35. 2c8d159 Add a test for Python API SBValue.GetValueType() inside TestArrayTypes.py for a by Johnny Chen · 14 years ago
  36. e3bb7ec Fix comment about eValueTypeConstResult. by Johnny Chen · 14 years ago
  37. 94fb543 Modified ThreadPlanCallFunction to perform the by Sean Callanan · 14 years ago
  38. dd2bb2c Now that the test suite has very few expected failures remaining (2), it is a good by Johnny Chen · 14 years ago
  39. 3a89ffe Really remove the @expectedFailure decorator this time. by Johnny Chen · 14 years ago
  40. b120412 Remove the @expectedFailure decorator. The bug rdar://problem/8508987 has been fixed. by Johnny Chen · 14 years ago
  41. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  42. 07f3d8d Modified the thread plan that calls functions to by Sean Callanan · 14 years ago
  43. ddeba74 Add more comment for dumpSessionInfo(self) method. by Johnny Chen · 14 years ago
  44. b51ee98 Fixed a bug where we left a definition hanging by Sean Callanan · 14 years ago
  45. 9ac3a96 Fixed a bug that was confusing the code generator by Sean Callanan · 14 years ago
  46. 66a0353 Clean up the test case by removing the filtering code related to fixed radars. by Johnny Chen · 14 years ago
  47. 51287a1 The remaining reference-related variable display failures have been fixed. by Johnny Chen · 14 years ago
  48. 2e81020 Fixed a case where children of pointers or references that had had multiple by Greg Clayton · 14 years ago
  49. c93ecd4 Add a test case for a bug fixed: by Johnny Chen · 14 years ago
  50. 5d53b62 Fix error message when attempting to generate invalid alias. by Caroline Tice · 14 years ago
  51. 02c20f1 Fixed a missing newline when you type "apropos somethingthatdoesnotexist". by Greg Clayton · 14 years ago
  52. 19edbc5 Remove the reference-related variable displays that now pass from the 'notnow' set. by Johnny Chen · 14 years ago
  53. 90b4225 Fix problem where "process detach" was not working properly. The by Caroline Tice · 14 years ago
  54. f3ffc34 Remove 8 @expectedFailure decorators, the following bug has been fixed: by Johnny Chen · 14 years ago
  55. 8ff5d55 Fixed cases where we were translating "long long" types to use the "long" by Greg Clayton · 14 years ago
  56. 2dfe4c6 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 14 years ago
  57. 4a2eb2e Fixed our overly verbose stop reasons which by default included the thread by Greg Clayton · 14 years ago
  58. a564ec6 Print better error messages when memory reads fail when displaying variable by Greg Clayton · 14 years ago
  59. a074482 Improved logging and cleaned up a redundant return by Sean Callanan · 14 years ago
  60. 9f018b0 Add comment on test class failing for clang as well as llvm-gcc. by Johnny Chen · 14 years ago
  61. 2986764 Replace the two call sites of inspect.getsource(obj) with a utility function by Johnny Chen · 14 years ago
  62. 9bcf31e Fixed globals not showing up for any but the first compile unit due to a by Greg Clayton · 14 years ago
  63. 7617c29 Print notes for expressions as well as errors and warnings. by Sean Callanan · 14 years ago
  64. d1d9351 Add keyboard shortcuts: by Johnny Chen · 14 years ago
  65. 84e01f8 Change the README to reflect the new the screen shot file name lldb-gud-window.png. by Johnny Chen · 14 years ago
  66. 12fc1dc Python API changes: SBValue.IsPtrType() -> SBValue.IsPointerType(). by Johnny Chen · 14 years ago
  67. 8936359 Fixed StackFrame::GetVariableList to add global by Sean Callanan · 14 years ago
  68. c9e821e Make sure darwin-debug gets installed in /Developer/usr/bin instead of by Greg Clayton · 14 years ago
  69. 03f4e93 Bumped lldb Xcode project version to 28 for lldb-28. by Greg Clayton · 14 years ago
  70. 135adf2 Fixed an include so case sensitive builders can build. by Greg Clayton · 14 years ago
  71. b0f8e23 Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115. by Greg Clayton · 14 years ago
  72. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  73. 1b28441 Fixed the copy constructor for SBThread. by Greg Clayton · 14 years ago
  74. 87658e8 Compress screenshot. by Benjamin Kramer · 14 years ago
  75. df45216 Submit the screen capture as a followup of r117752. by Johnny Chen · 14 years ago
  76. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  77. 4ee40ac Added a hack that allows expressions to ignore by Sean Callanan · 14 years ago
  78. af93547 Using proper Objective-C types doesn't seem to make the sky fall. by Sean Callanan · 14 years ago
  79. 810f7e5 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago
  80. 68f7290 Delete the directory, will try to resubmit later. by Johnny Chen · 14 years ago
  81. 9a459b3 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago
  82. 41fae81 Add some comment about the default session dir name which is a timestamp. by Johnny Chen · 14 years ago
  83. 63c2cba The informational message for where to find the session logs for failed/errored by Johnny Chen · 14 years ago
  84. cff44fd These two casts are up casts, no need to use dynamic_cast. by Johnny Chen · 14 years ago
  85. 6a9e5c2 Update arguments & help information for "log disable" command. by Caroline Tice · 14 years ago
  86. 7abdb24 Missed a file in my last commit. by Caroline Tice · 14 years ago
  87. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  88. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  89. bcb3dd6 Remove the @expectedFailure as the following bug is fixed with newer clang bits with lldb r117700: by Johnny Chen · 14 years ago
  90. b4c0f02 ClangUserExpression ctor should not crash if given a null expr_prefix char*. by Johnny Chen · 14 years ago
  91. 61c1b8b The r117616 check in broken these two test cases: by Johnny Chen · 14 years ago
  92. 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago
  93. 95adafc The r117641 check in removed the SBValue's print description of type and size. by Johnny Chen · 14 years ago
  94. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  95. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  96. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 14 years ago
  97. 0831ebc Comment out uninmplemented command option (-f) for disassemble command. by Caroline Tice · 14 years ago
  98. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
  99. 60881f6 Add comment on passing the assert message to self.runCmd(). by Johnny Chen · 14 years ago
  100. ad5b61b Explicatory comment for folks that may not be by Sean Callanan · 14 years ago