1. 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
  2. 68d4753 Removed an inappropriate function lookup path. by Sean Callanan · 14 years ago
  3. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  4. 0561f3d Fixed vAttachWait by fixing a missed "else if". by Greg Clayton · 14 years ago
  5. d8ac2a1 Remove inappropriate if-clause in regex name resolution that was by Caroline Tice · 14 years ago
  6. 4e12194 Add an unwind log Printf to note when an eh_frame section is by Jason Molenda · 14 years ago
  7. 2e2ba54 Don't indent log lines by frame # spaces if the frame # exceeds 100 - the indentation by Jason Molenda · 14 years ago
  8. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  9. a2c269c Get a disassembler based on the correct architecture for assembly by Jason Molenda · 14 years ago
  10. c2c6f77 Fixed a problem where function calls on i386 weren't being generated correctly. by Sean Callanan · 14 years ago
  11. 988ddbc The call function thread plan should allow internal breakpoints to continue on. Also made stopping by Jim Ingham · 14 years ago
  12. 17a661c Add an extra SPC character after '.' for the 'frame variable' help text. by Johnny Chen · 14 years ago
  13. 9f8463d Add comment explaining the options used to invoke the test driver. by Johnny Chen · 14 years ago
  14. 4453f0a A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 14 years ago
  15. 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
  16. ad5fd40 Only prints out the stop reason if it is not invalid. by Johnny Chen · 14 years ago
  17. 2c9966b Also prints out the stop reason string for lldbutil.PrintStackTrace(thread). by Johnny Chen · 14 years ago
  18. a0be7f9 Skip this test module for the time being until we get a newer clang on lldb tot. by Johnny Chen · 14 years ago
  19. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  20. 0432506 Fixes to Objective-C built-in type handling. by Sean Callanan · 14 years ago
  21. 3089237 Added a hack so that "unichar" is resolved to by Sean Callanan · 14 years ago
  22. e67bf03 Fixed value objects so that they return an by Sean Callanan · 14 years ago
  23. 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
  24. 550f276 Added a temporary hack to allow casting of Objective-C by Sean Callanan · 14 years ago
  25. 607b7a1 Add more docstring for the lldbtest.TestBase class. by Johnny Chen · 14 years ago
  26. 3c8b629 Just use 'test harness', not 'test harness runtime'. by Johnny Chen · 14 years ago
  27. 168a61a Comment heading changes. by Johnny Chen · 14 years ago
  28. f8fa6ff Fix the default prompt to have a space. by Greg Clayton · 14 years ago
  29. 960e5b0 Add text about test class cleanup. by Johnny Chen · 14 years ago
  30. 5492fc7 Comment out the debug statement for printing the SBBreakpoint object. by Johnny Chen · 14 years ago
  31. 5c3e598 The test should remove 'output.txt' if it exists before launching the inferior by Johnny Chen · 14 years ago
  32. 9656ab2 Add some more usage text. by Johnny Chen · 14 years ago
  33. e3663e8 Changed "run" to alias "process launch --". by Jim Ingham · 14 years ago
  34. 0601a29 Add test case for using SBBreakpointLocation to set break condition. by Johnny Chen · 14 years ago
  35. a04dc9a Fix misnamed test method names. by Johnny Chen · 14 years ago
  36. 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
  37. e374083 Add and SB API to set breakpoint conditions. by Jim Ingham · 14 years ago
  38. 03c997b Fixed IRForTarget to not recognize $__lldb variables by Sean Callanan · 14 years ago
  39. 1aabaac Mark these test methods to be eligible for running only under the 'darwin' platform. by Johnny Chen · 14 years ago
  40. 2cbaa46 Add more information. by Johnny Chen · 14 years ago
  41. 66d2c2d Rewording of output message. by Johnny Chen · 14 years ago
  42. 125fc2b Add an option '-s session-dir-name' to overwrite the default timestamp-named by Johnny Chen · 14 years ago
  43. fdde5f2 Get rid of the microsecond field in the timestamp directory name used to dump the by Johnny Chen · 14 years ago
  44. 6ad7e5e Add an example of option combination for running a single test method to the help text. by Johnny Chen · 14 years ago
  45. c3445a3 Initial check in of best-practice documentation for building test cases. by Johnny Chen · 14 years ago
  46. 3d0e2c2 Fixed a crasher that could happen if a FileSpec had a filename only, or vice by Greg Clayton · 14 years ago
  47. c958be4 Add more bug info. by Johnny Chen · 14 years ago
  48. 8d522c2 Fixed a typo in the comment. by Johnny Chen · 14 years ago
  49. a83ea88 Fixed a crasher. The cmd_file needs to be resolved before reading lines from it. by Johnny Chen · 14 years ago
  50. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  51. 72bc92e Remove the two @expectedFailure decorators as the bug has been fixed on tot. by Johnny Chen · 14 years ago
  52. f6bdb19 Make the breakpoint condition test more robust with regard to checking the correct by Johnny Chen · 14 years ago
  53. 73a8710 Clean up the teardown logic to make it more robust and to record the additions and by Johnny Chen · 14 years ago
  54. a720ff4 Fix wrong test logic with regard to hit count and resolved status of disabled/enabled breakpoints. by Johnny Chen · 14 years ago
  55. 1de036b Don't re-insert disabled breakpoint locations. by Jim Ingham · 14 years ago
  56. bc17550 For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary by Johnny Chen · 14 years ago
  57. 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
  58. ab06af9 Fixed a silly bug that was causing the "this" pointer by Sean Callanan · 14 years ago
  59. 705737b Restoring the original setting should be done more robustly by adding a hook function by Johnny Chen · 14 years ago
  60. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  61. eb4f7a8 Add Python doc string for setTearDownCleanup() method. by Johnny Chen · 14 years ago
  62. 7654550 test_set_output_path() should restore the original setting of target.process.output-path by Johnny Chen · 14 years ago
  63. 1af4e79 Removed a bit of dead code. Thanks to Eric Christopher for pointing it out. by Sean Callanan · 14 years ago
  64. ba8547d Expressions now claim responsibility for all stops by Sean Callanan · 14 years ago
  65. 843429b Finish the first draft of a detailed walkthrough of an lldb test method. by Johnny Chen · 14 years ago
  66. 44820ec Fixed the message that reports that an expression by Sean Callanan · 14 years ago
  67. ee8e3ee Add more descriptive messages to expect() instead of using the default assert messages. by Johnny Chen · 14 years ago
  68. db9cbe9 Add a little helper function SETTING_MSG(setting) to be used from TestSettings.test_set_output_path(). by Johnny Chen · 14 years ago
  69. 0e4a2bd Remove the two @skip decorators now that we are not seeing the hang while running the test suite. by Johnny Chen · 14 years ago
  70. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  71. 935f1b1 Initial version of a detailed walkthrough of a test case (test/settings/TestSettings.py). by Johnny Chen · 14 years ago
  72. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  73. d296521 Change the environment variable name to be more descriptive from LLDB_TIME_WAIT to LLDB_TIME_WAIT_NEXT_LAUNCH. by Johnny Chen · 14 years ago
  74. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  75. 43eefce Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression') by Johnny Chen · 14 years ago
  76. ce68146 Modify the test driver and lldbtest.TestBase so that the dumping of session info by Johnny Chen · 14 years ago
  77. 6bc0b6b Add an assert that 'output.txt' exists before opening it. by Johnny Chen · 14 years ago
  78. c8b0e90 Add header files that were added to lldb.swig to the build by Caroline Tice · 14 years ago
  79. 3a62e6d Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 14 years ago
  80. 8101504 Uncomment the @skip decorator to reproduce the hang while running the test suite. by Johnny Chen · 14 years ago
  81. 8b5a077 Fix small mistake in previous commit (fixing aliases for commands that by Caroline Tice · 14 years ago
  82. d4e53a9 Remove out-dated comments. by Johnny Chen · 14 years ago
  83. b5e6e61 Add a docs/testsuite directory for tips on writing lldb test cases. by Johnny Chen · 14 years ago
  84. 0fb069d Fix bug where aliases for commands that take raw input were not by Caroline Tice · 14 years ago
  85. 5867f6b Prevent Python script interpreter initialization from changing by Caroline Tice · 14 years ago
  86. ea12825 Add a case to test that after 'set auto-confirm true', manual confirmation should not kick in. by Johnny Chen · 14 years ago
  87. 59b8477 Also change the utility functions in lldbutil.py, too, to correspond to the StateType representation change. by Johnny Chen · 14 years ago
  88. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  89. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  90. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  91. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  92. 21f5fe1 prefix more stuff with '$' to make sure we don't go trying to lookup anything by Greg Clayton · 14 years ago
  93. e8a17a9 Fixed an issue with MachTask::TaskResume () where if the task was already by Greg Clayton · 14 years ago
  94. 5486d07 Missed this spot where module.cleanup() can be passed a test instance to by Johnny Chen · 14 years ago
  95. 1b7d629 Some re-achitecturing of the plugins interface. The caller is now required to by Johnny Chen · 14 years ago
  96. 16a4fef Use line_number() utility function to find the number from main.c to test against by Johnny Chen · 14 years ago
  97. 895c2c5 Remove the @expectedFailure decorators, as rdar://problem/8542091 is supposed to be fixed. by Johnny Chen · 14 years ago
  98. ed5f04e Don't wrap StringIO inside a with statement. It is not a context manager. by Johnny Chen · 14 years ago
  99. bd296c6 Fixed the UnixSignals class to be able to get a signal by name, short name, or signal number when using: by Greg Clayton · 14 years ago
  100. 4bbae92 Use the ValueObject directly where possible. by Jim Ingham · 14 years ago