1. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  2. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  3. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  4. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  5. 21f5fe1 prefix more stuff with '$' to make sure we don't go trying to lookup anything by Greg Clayton · 14 years ago
  6. e8a17a9 Fixed an issue with MachTask::TaskResume () where if the task was already by Greg Clayton · 14 years ago
  7. 5486d07 Missed this spot where module.cleanup() can be passed a test instance to by Johnny Chen · 14 years ago
  8. 1b7d629 Some re-achitecturing of the plugins interface. The caller is now required to by Johnny Chen · 14 years ago
  9. 16a4fef Use line_number() utility function to find the number from main.c to test against by Johnny Chen · 14 years ago
  10. 895c2c5 Remove the @expectedFailure decorators, as rdar://problem/8542091 is supposed to be fixed. by Johnny Chen · 14 years ago
  11. ed5f04e Don't wrap StringIO inside a with statement. It is not a context manager. by Johnny Chen · 14 years ago
  12. 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
  13. 4bbae92 Use the ValueObject directly where possible. by Jim Ingham · 14 years ago
  14. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  15. 80c1f6f Mark a ValueObjectConstResult as valid if it is created with some data, don't wait till it gets updated. by Jim Ingham · 14 years ago
  16. 734b483 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 14 years ago
  17. 2078efa Make sure to close the string buffer when finished. by Johnny Chen · 14 years ago
  18. e33ea6b Remove the @skip("Skip due to deadlock?") decorators. Change the command to by Johnny Chen · 14 years ago
  19. 8ce3cfb Add two @expectedFailure decorators for: by Johnny Chen · 14 years ago
  20. 31cf8e2 Add a test case for exercising breakpoint conditions using the lldb command: by Johnny Chen · 14 years ago
  21. c55dace Add a const string for assert message. Remove extra printing of newlines from by Johnny Chen · 14 years ago
  22. 3f6d14e There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done by Johnny Chen · 14 years ago
  23. 314a145 Add more comments. by Johnny Chen · 14 years ago
  24. 7c565c8 Be more specific about cases whenthe runCmd() check flag is False, meaning there by Johnny Chen · 14 years ago
  25. f4c7ae0 Skip checking for a bunch of built-ins when evaluating an expression. by Greg Clayton · 14 years ago
  26. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  27. deb391c Added short names and descriptions to the UnixSignals class. Also cleaned up by Greg Clayton · 14 years ago
  28. 595c9d7 Simply use the TestBase.markFailure() callback method to set the __failed__ flag. by Johnny Chen · 14 years ago
  29. fcf06fb Separated the DWARF index for types from that the index of the namespaces by Greg Clayton · 14 years ago
  30. 84a6d6f This is an initial version of test driver enhanceent to be able to dump the by Johnny Chen · 14 years ago
  31. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  32. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  33. e747198 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 14 years ago
  34. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  35. 0b48015 Wrap the file writing operations inside a with statement to simplify code. by Johnny Chen · 14 years ago
  36. 6b6f5ba Change the call within lldb.py to 'SBDebugger.Initialize()' from 'lldb.SBDebugger.Initialize()'. by Johnny Chen · 14 years ago
  37. 5b33af2 Add more comments and wait a little bit after resuming the inferior process before by Johnny Chen · 14 years ago
  38. d7a4eb0 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 14 years ago
  39. 028784b Fix a regression introduced in r116430 with the added 'break' statement, by Johnny Chen · 14 years ago
  40. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  41. 34f9922 Fix these comments and the commented out code about 'frame variable -t', too. by Johnny Chen · 14 years ago
  42. c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
  43. b227e14 Default "frame variable" to not show types before values by default. You now enable type display with --show-types or -t (instead of disabling it with --no-types or -t). by Greg Clayton · 14 years ago
  44. 71f3bef Add a test case for the test/forward directory with @expectedFailure decorator by Johnny Chen · 14 years ago
  45. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  46. 2014e80 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  47. 4b5bd22 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  48. dc3f4f6 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  49. 45ac7ac Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  50. d906f7f Update the comment with reagard to a bug filed against possible clang-generated by Johnny Chen · 14 years ago
  51. 5acb0e3 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  52. ed1829e Comment out code that was preventing commands that take raw input strings by Caroline Tice · 14 years ago
  53. 7b54cf4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  54. dffb7db Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  55. 1439142 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  56. 3439178 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 14 years ago
  57. 2016d3d Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  58. 7bafa91 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  59. 75be616 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  60. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  61. 83626d4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  62. 4b6630e Fix an obvious cut-and-paste error. by Johnny Chen · 14 years ago
  63. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  64. f8c0af3 Forgor to also check in this change with r116337. by Johnny Chen · 14 years ago
  65. ee52fa2 Update the @expectedFailure decorator with additional bug info: by Johnny Chen · 14 years ago
  66. 018236c The 'regexp-break' command now prints out the command that results from by Johnny Chen · 14 years ago
  67. 168158a Regular expression commands now print the command that results from expanding the regular expression command. by Greg Clayton · 14 years ago
  68. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  69. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  70. 7972335 Update comments. by Johnny Chen · 14 years ago
  71. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  72. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  73. 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  74. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  75. 1490600 Add a utility function to lldbtest.py to return the line number of a matched string by Johnny Chen · 14 years ago
  76. 548aefd Added the capability for the test driver to relocate the tests and the intermediate by Johnny Chen · 14 years ago
  77. 46be75d Help text modification. by Johnny Chen · 14 years ago
  78. 306edca Fixed an issue where objc types weren't ever getting fully resolved (beyond by Greg Clayton · 14 years ago
  79. 9caa946 Exit if the command line is started with "--help". by Greg Clayton · 14 years ago
  80. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  81. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  82. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  83. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  84. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 14 years ago
  85. 4d72c74 Simplify the generator adaptor to a Python function instead of a class definition, by Johnny Chen · 14 years ago
  86. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  87. 164bf88 Add a generator adaptor class named 'Iterator' which turns lldb aggregate data by Johnny Chen · 14 years ago
  88. c45df7f Fixed a missing space when using the "apropos" command and you don't find any matches. by Greg Clayton · 14 years ago
  89. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  90. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  91. e3c81e0 Minor change. by Johnny Chen · 14 years ago
  92. 54d099e Update do_conditional_break() method impl to use all lldb Python APIs. by Johnny Chen · 14 years ago
  93. 584f9da Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 14 years ago
  94. 25ca984 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 14 years ago
  95. 8a73f5e Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 14 years ago
  96. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  97. b8b18c9 Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 14 years ago
  98. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  99. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  100. dee3047 Pass '-f' option to rm command so that it won't report an error if the file to by Johnny Chen · 14 years ago