1. 51287a1 The remaining reference-related variable display failures have been fixed. by Johnny Chen · 14 years ago
  2. 2e81020 Fixed a case where children of pointers or references that had had multiple by Greg Clayton · 14 years ago
  3. c93ecd4 Add a test case for a bug fixed: by Johnny Chen · 14 years ago
  4. 5d53b62 Fix error message when attempting to generate invalid alias. by Caroline Tice · 14 years ago
  5. 02c20f1 Fixed a missing newline when you type "apropos somethingthatdoesnotexist". by Greg Clayton · 14 years ago
  6. 19edbc5 Remove the reference-related variable displays that now pass from the 'notnow' set. by Johnny Chen · 14 years ago
  7. 90b4225 Fix problem where "process detach" was not working properly. The by Caroline Tice · 14 years ago
  8. f3ffc34 Remove 8 @expectedFailure decorators, the following bug has been fixed: by Johnny Chen · 14 years ago
  9. 8ff5d55 Fixed cases where we were translating "long long" types to use the "long" by Greg Clayton · 14 years ago
  10. 2dfe4c6 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 14 years ago
  11. 4a2eb2e Fixed our overly verbose stop reasons which by default included the thread by Greg Clayton · 14 years ago
  12. a564ec6 Print better error messages when memory reads fail when displaying variable by Greg Clayton · 14 years ago
  13. a074482 Improved logging and cleaned up a redundant return by Sean Callanan · 14 years ago
  14. 9f018b0 Add comment on test class failing for clang as well as llvm-gcc. by Johnny Chen · 14 years ago
  15. 2986764 Replace the two call sites of inspect.getsource(obj) with a utility function by Johnny Chen · 14 years ago
  16. 9bcf31e Fixed globals not showing up for any but the first compile unit due to a by Greg Clayton · 14 years ago
  17. 7617c29 Print notes for expressions as well as errors and warnings. by Sean Callanan · 14 years ago
  18. d1d9351 Add keyboard shortcuts: by Johnny Chen · 14 years ago
  19. 84e01f8 Change the README to reflect the new the screen shot file name lldb-gud-window.png. by Johnny Chen · 14 years ago
  20. 12fc1dc Python API changes: SBValue.IsPtrType() -> SBValue.IsPointerType(). by Johnny Chen · 14 years ago
  21. 8936359 Fixed StackFrame::GetVariableList to add global by Sean Callanan · 14 years ago
  22. c9e821e Make sure darwin-debug gets installed in /Developer/usr/bin instead of by Greg Clayton · 14 years ago
  23. 03f4e93 Bumped lldb Xcode project version to 28 for lldb-28. by Greg Clayton · 14 years ago
  24. 135adf2 Fixed an include so case sensitive builders can build. by Greg Clayton · 14 years ago
  25. b0f8e23 Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115. by Greg Clayton · 14 years ago
  26. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  27. 1b28441 Fixed the copy constructor for SBThread. by Greg Clayton · 14 years ago
  28. 87658e8 Compress screenshot. by Benjamin Kramer · 14 years ago
  29. df45216 Submit the screen capture as a followup of r117752. by Johnny Chen · 14 years ago
  30. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  31. 4ee40ac Added a hack that allows expressions to ignore by Sean Callanan · 14 years ago
  32. af93547 Using proper Objective-C types doesn't seem to make the sky fall. by Sean Callanan · 14 years ago
  33. 810f7e5 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago
  34. 68f7290 Delete the directory, will try to resubmit later. by Johnny Chen · 14 years ago
  35. 9a459b3 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago
  36. 41fae81 Add some comment about the default session dir name which is a timestamp. by Johnny Chen · 14 years ago
  37. 63c2cba The informational message for where to find the session logs for failed/errored by Johnny Chen · 14 years ago
  38. cff44fd These two casts are up casts, no need to use dynamic_cast. by Johnny Chen · 14 years ago
  39. 6a9e5c2 Update arguments & help information for "log disable" command. by Caroline Tice · 14 years ago
  40. 7abdb24 Missed a file in my last commit. by Caroline Tice · 14 years ago
  41. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  42. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  43. bcb3dd6 Remove the @expectedFailure as the following bug is fixed with newer clang bits with lldb r117700: by Johnny Chen · 14 years ago
  44. b4c0f02 ClangUserExpression ctor should not crash if given a null expr_prefix char*. by Johnny Chen · 14 years ago
  45. 61c1b8b The r117616 check in broken these two test cases: by Johnny Chen · 14 years ago
  46. 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago
  47. 95adafc The r117641 check in removed the SBValue's print description of type and size. by Johnny Chen · 14 years ago
  48. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  49. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  50. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 14 years ago
  51. 0831ebc Comment out uninmplemented command option (-f) for disassemble command. by Caroline Tice · 14 years ago
  52. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
  53. 60881f6 Add comment on passing the assert message to self.runCmd(). by Johnny Chen · 14 years ago
  54. ad5b61b Explicatory comment for folks that may not be by Sean Callanan · 14 years ago
  55. 05dd893 If TestBase.expect() is passed an assert message, pass it along when delegating to TestBase.runCmd() by Johnny Chen · 14 years ago
  56. 839fde4 Logging fixes. Added a simple class to handle by Sean Callanan · 14 years ago
  57. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  58. 76bd010 Fix the test driver as part of the fix for http://llvm.org/bugs/show_bug.cgi?id=8493 by Johnny Chen · 14 years ago
  59. cf2f305 Add warning if no actual locations were resolved when attempting by Caroline Tice · 14 years ago
  60. aeb7cce Fix http://llvm.org/bugs/show_bug.cgi?id=8493 File name "2010-10-19-14:10:49.059609" is non-portable. by Johnny Chen · 14 years ago
  61. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
  62. 7ea3523 Replace unnecessary dynamic_cast with static_cast. by Jim Ingham · 14 years ago
  63. 2763c64 Make SBFrame::GetDescription a little more descriptive. by Caroline Tice · 14 years ago
  64. 7de24cc Fix bugs attempting to write to API log after it has been disabled. by Caroline Tice · 14 years ago
  65. f81b4c5 Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 14 years ago
  66. 6bc44a4 Don't include the ":" character when building the selector identifiers by Greg Clayton · 14 years ago
  67. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  68. bf6e210 After a recent fix to not set the default architecture to "x86_64", the string value for the default arch was coming out as a value that shouldn't be user visible. Now we don't show any value when it isn't set. by Greg Clayton · 14 years ago
  69. 68d4753 Removed an inappropriate function lookup path. by Sean Callanan · 14 years ago
  70. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  71. 0561f3d Fixed vAttachWait by fixing a missed "else if". by Greg Clayton · 14 years ago
  72. d8ac2a1 Remove inappropriate if-clause in regex name resolution that was by Caroline Tice · 14 years ago
  73. 4e12194 Add an unwind log Printf to note when an eh_frame section is by Jason Molenda · 14 years ago
  74. 2e2ba54 Don't indent log lines by frame # spaces if the frame # exceeds 100 - the indentation by Jason Molenda · 14 years ago
  75. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  76. a2c269c Get a disassembler based on the correct architecture for assembly by Jason Molenda · 14 years ago
  77. c2c6f77 Fixed a problem where function calls on i386 weren't being generated correctly. by Sean Callanan · 14 years ago
  78. 988ddbc The call function thread plan should allow internal breakpoints to continue on. Also made stopping by Jim Ingham · 14 years ago
  79. 17a661c Add an extra SPC character after '.' for the 'frame variable' help text. by Johnny Chen · 14 years ago
  80. 9f8463d Add comment explaining the options used to invoke the test driver. by Johnny Chen · 14 years ago
  81. 4453f0a A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 14 years ago
  82. fe97289 Don't set the default architecture to x86_64. Leave it NULL so that it isn't set to anything and so that any single architecture binary will adopt that architecture instead of posting an error stating the binary doesn't contain "x86_64". by Greg Clayton · 14 years ago
  83. ad5fd40 Only prints out the stop reason if it is not invalid. by Johnny Chen · 14 years ago
  84. 2c9966b Also prints out the stop reason string for lldbutil.PrintStackTrace(thread). by Johnny Chen · 14 years ago
  85. a0be7f9 Skip this test module for the time being until we get a newer clang on lldb tot. by Johnny Chen · 14 years ago
  86. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  87. 0432506 Fixes to Objective-C built-in type handling. by Sean Callanan · 14 years ago
  88. 3089237 Added a hack so that "unichar" is resolved to by Sean Callanan · 14 years ago
  89. e67bf03 Fixed value objects so that they return an by Sean Callanan · 14 years ago
  90. 11e9585 If we hit a thread specific breakpoint for another thread, don't report the Exception as the stop reason, you have to report no stop reason. by Jim Ingham · 14 years ago
  91. 550f276 Added a temporary hack to allow casting of Objective-C by Sean Callanan · 14 years ago
  92. 607b7a1 Add more docstring for the lldbtest.TestBase class. by Johnny Chen · 14 years ago
  93. 3c8b629 Just use 'test harness', not 'test harness runtime'. by Johnny Chen · 14 years ago
  94. 168a61a Comment heading changes. by Johnny Chen · 14 years ago
  95. f8fa6ff Fix the default prompt to have a space. by Greg Clayton · 14 years ago
  96. 960e5b0 Add text about test class cleanup. by Johnny Chen · 14 years ago
  97. 5492fc7 Comment out the debug statement for printing the SBBreakpoint object. by Johnny Chen · 14 years ago
  98. 5c3e598 The test should remove 'output.txt' if it exists before launching the inferior by Johnny Chen · 14 years ago
  99. 9656ab2 Add some more usage text. by Johnny Chen · 14 years ago
  100. e3663e8 Changed "run" to alias "process launch --". by Jim Ingham · 14 years ago