1. 68f7290 Delete the directory, will try to resubmit later. by Johnny Chen · 14 years ago
  2. 9a459b3 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago
  3. 41fae81 Add some comment about the default session dir name which is a timestamp. by Johnny Chen · 14 years ago
  4. 63c2cba The informational message for where to find the session logs for failed/errored by Johnny Chen · 14 years ago
  5. cff44fd These two casts are up casts, no need to use dynamic_cast. by Johnny Chen · 14 years ago
  6. 6a9e5c2 Update arguments & help information for "log disable" command. by Caroline Tice · 14 years ago
  7. 7abdb24 Missed a file in my last commit. by Caroline Tice · 14 years ago
  8. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  9. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  10. bcb3dd6 Remove the @expectedFailure as the following bug is fixed with newer clang bits with lldb r117700: by Johnny Chen · 14 years ago
  11. b4c0f02 ClangUserExpression ctor should not crash if given a null expr_prefix char*. by Johnny Chen · 14 years ago
  12. 61c1b8b The r117616 check in broken these two test cases: by Johnny Chen · 14 years ago
  13. 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago
  14. 95adafc The r117641 check in removed the SBValue's print description of type and size. by Johnny Chen · 14 years ago
  15. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  16. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  17. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 14 years ago
  18. 0831ebc Comment out uninmplemented command option (-f) for disassemble command. by Caroline Tice · 14 years ago
  19. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
  20. 60881f6 Add comment on passing the assert message to self.runCmd(). by Johnny Chen · 14 years ago
  21. ad5b61b Explicatory comment for folks that may not be by Sean Callanan · 14 years ago
  22. 05dd893 If TestBase.expect() is passed an assert message, pass it along when delegating to TestBase.runCmd() by Johnny Chen · 14 years ago
  23. 839fde4 Logging fixes. Added a simple class to handle by Sean Callanan · 14 years ago
  24. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  25. 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
  26. cf2f305 Add warning if no actual locations were resolved when attempting by Caroline Tice · 14 years ago
  27. 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
  28. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
  29. 7ea3523 Replace unnecessary dynamic_cast with static_cast. by Jim Ingham · 14 years ago
  30. 2763c64 Make SBFrame::GetDescription a little more descriptive. by Caroline Tice · 14 years ago
  31. 7de24cc Fix bugs attempting to write to API log after it has been disabled. by Caroline Tice · 14 years ago
  32. f81b4c5 Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 14 years ago
  33. 6bc44a4 Don't include the ":" character when building the selector identifiers by Greg Clayton · 14 years ago
  34. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  35. 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
  36. 68d4753 Removed an inappropriate function lookup path. by Sean Callanan · 14 years ago
  37. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  38. 0561f3d Fixed vAttachWait by fixing a missed "else if". by Greg Clayton · 14 years ago
  39. d8ac2a1 Remove inappropriate if-clause in regex name resolution that was by Caroline Tice · 14 years ago
  40. 4e12194 Add an unwind log Printf to note when an eh_frame section is by Jason Molenda · 14 years ago
  41. 2e2ba54 Don't indent log lines by frame # spaces if the frame # exceeds 100 - the indentation by Jason Molenda · 14 years ago
  42. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  43. a2c269c Get a disassembler based on the correct architecture for assembly by Jason Molenda · 14 years ago
  44. c2c6f77 Fixed a problem where function calls on i386 weren't being generated correctly. by Sean Callanan · 14 years ago
  45. 988ddbc The call function thread plan should allow internal breakpoints to continue on. Also made stopping by Jim Ingham · 14 years ago
  46. 17a661c Add an extra SPC character after '.' for the 'frame variable' help text. by Johnny Chen · 14 years ago
  47. 9f8463d Add comment explaining the options used to invoke the test driver. by Johnny Chen · 14 years ago
  48. 4453f0a A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 14 years ago
  49. 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
  50. ad5fd40 Only prints out the stop reason if it is not invalid. by Johnny Chen · 14 years ago
  51. 2c9966b Also prints out the stop reason string for lldbutil.PrintStackTrace(thread). by Johnny Chen · 14 years ago
  52. a0be7f9 Skip this test module for the time being until we get a newer clang on lldb tot. by Johnny Chen · 14 years ago
  53. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  54. 0432506 Fixes to Objective-C built-in type handling. by Sean Callanan · 14 years ago
  55. 3089237 Added a hack so that "unichar" is resolved to by Sean Callanan · 14 years ago
  56. e67bf03 Fixed value objects so that they return an by Sean Callanan · 14 years ago
  57. 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
  58. 550f276 Added a temporary hack to allow casting of Objective-C by Sean Callanan · 14 years ago
  59. 607b7a1 Add more docstring for the lldbtest.TestBase class. by Johnny Chen · 14 years ago
  60. 3c8b629 Just use 'test harness', not 'test harness runtime'. by Johnny Chen · 14 years ago
  61. 168a61a Comment heading changes. by Johnny Chen · 14 years ago
  62. f8fa6ff Fix the default prompt to have a space. by Greg Clayton · 14 years ago
  63. 960e5b0 Add text about test class cleanup. by Johnny Chen · 14 years ago
  64. 5492fc7 Comment out the debug statement for printing the SBBreakpoint object. by Johnny Chen · 14 years ago
  65. 5c3e598 The test should remove 'output.txt' if it exists before launching the inferior by Johnny Chen · 14 years ago
  66. 9656ab2 Add some more usage text. by Johnny Chen · 14 years ago
  67. e3663e8 Changed "run" to alias "process launch --". by Jim Ingham · 14 years ago
  68. 0601a29 Add test case for using SBBreakpointLocation to set break condition. by Johnny Chen · 14 years ago
  69. a04dc9a Fix misnamed test method names. by Johnny Chen · 14 years ago
  70. 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
  71. e374083 Add and SB API to set breakpoint conditions. by Jim Ingham · 14 years ago
  72. 03c997b Fixed IRForTarget to not recognize $__lldb variables by Sean Callanan · 14 years ago
  73. 1aabaac Mark these test methods to be eligible for running only under the 'darwin' platform. by Johnny Chen · 14 years ago
  74. 2cbaa46 Add more information. by Johnny Chen · 14 years ago
  75. 66d2c2d Rewording of output message. by Johnny Chen · 14 years ago
  76. 125fc2b Add an option '-s session-dir-name' to overwrite the default timestamp-named by Johnny Chen · 14 years ago
  77. fdde5f2 Get rid of the microsecond field in the timestamp directory name used to dump the by Johnny Chen · 14 years ago
  78. 6ad7e5e Add an example of option combination for running a single test method to the help text. by Johnny Chen · 14 years ago
  79. c3445a3 Initial check in of best-practice documentation for building test cases. by Johnny Chen · 14 years ago
  80. 3d0e2c2 Fixed a crasher that could happen if a FileSpec had a filename only, or vice by Greg Clayton · 14 years ago
  81. c958be4 Add more bug info. by Johnny Chen · 14 years ago
  82. 8d522c2 Fixed a typo in the comment. by Johnny Chen · 14 years ago
  83. a83ea88 Fixed a crasher. The cmd_file needs to be resolved before reading lines from it. by Johnny Chen · 14 years ago
  84. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  85. 72bc92e Remove the two @expectedFailure decorators as the bug has been fixed on tot. by Johnny Chen · 14 years ago
  86. f6bdb19 Make the breakpoint condition test more robust with regard to checking the correct by Johnny Chen · 14 years ago
  87. 73a8710 Clean up the teardown logic to make it more robust and to record the additions and by Johnny Chen · 14 years ago
  88. a720ff4 Fix wrong test logic with regard to hit count and resolved status of disabled/enabled breakpoints. by Johnny Chen · 14 years ago
  89. 1de036b Don't re-insert disabled breakpoint locations. by Jim Ingham · 14 years ago
  90. bc17550 For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary by Johnny Chen · 14 years ago
  91. 6297a3a Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. by Jim Ingham · 14 years ago
  92. ab06af9 Fixed a silly bug that was causing the "this" pointer by Sean Callanan · 14 years ago
  93. 705737b Restoring the original setting should be done more robustly by adding a hook function by Johnny Chen · 14 years ago
  94. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  95. eb4f7a8 Add Python doc string for setTearDownCleanup() method. by Johnny Chen · 14 years ago
  96. 7654550 test_set_output_path() should restore the original setting of target.process.output-path by Johnny Chen · 14 years ago
  97. 1af4e79 Removed a bit of dead code. Thanks to Eric Christopher for pointing it out. by Sean Callanan · 14 years ago
  98. ba8547d Expressions now claim responsibility for all stops by Sean Callanan · 14 years ago
  99. 843429b Finish the first draft of a detailed walkthrough of an lldb test method. by Johnny Chen · 14 years ago
  100. 44820ec Fixed the message that reports that an expression by Sean Callanan · 14 years ago