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