1. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  2. 0b48015 Wrap the file writing operations inside a with statement to simplify code. by Johnny Chen · 14 years ago
  3. 6b6f5ba Change the call within lldb.py to 'SBDebugger.Initialize()' from 'lldb.SBDebugger.Initialize()'. by Johnny Chen · 14 years ago
  4. 5b33af2 Add more comments and wait a little bit after resuming the inferior process before by Johnny Chen · 14 years ago
  5. d7a4eb0 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 14 years ago
  6. 028784b Fix a regression introduced in r116430 with the added 'break' statement, by Johnny Chen · 14 years ago
  7. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  8. 34f9922 Fix these comments and the commented out code about 'frame variable -t', too. by Johnny Chen · 14 years ago
  9. c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
  10. 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
  11. 71f3bef Add a test case for the test/forward directory with @expectedFailure decorator by Johnny Chen · 14 years ago
  12. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  13. 2014e80 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  14. 4b5bd22 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  15. dc3f4f6 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  16. 45ac7ac Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  17. d906f7f Update the comment with reagard to a bug filed against possible clang-generated by Johnny Chen · 14 years ago
  18. 5acb0e3 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  19. ed1829e Comment out code that was preventing commands that take raw input strings by Caroline Tice · 14 years ago
  20. 7b54cf4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  21. dffb7db Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  22. 1439142 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  23. 3439178 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 14 years ago
  24. 2016d3d Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  25. 7bafa91 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  26. 75be616 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  27. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  28. 83626d4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  29. 4b6630e Fix an obvious cut-and-paste error. by Johnny Chen · 14 years ago
  30. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  31. f8c0af3 Forgor to also check in this change with r116337. by Johnny Chen · 14 years ago
  32. ee52fa2 Update the @expectedFailure decorator with additional bug info: by Johnny Chen · 14 years ago
  33. 018236c The 'regexp-break' command now prints out the command that results from by Johnny Chen · 14 years ago
  34. 168158a Regular expression commands now print the command that results from expanding the regular expression command. by Greg Clayton · 14 years ago
  35. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  36. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  37. 7972335 Update comments. by Johnny Chen · 14 years ago
  38. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  39. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  40. 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  41. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  42. 1490600 Add a utility function to lldbtest.py to return the line number of a matched string by Johnny Chen · 14 years ago
  43. 548aefd Added the capability for the test driver to relocate the tests and the intermediate by Johnny Chen · 14 years ago
  44. 46be75d Help text modification. by Johnny Chen · 14 years ago
  45. 306edca Fixed an issue where objc types weren't ever getting fully resolved (beyond by Greg Clayton · 14 years ago
  46. 9caa946 Exit if the command line is started with "--help". by Greg Clayton · 14 years ago
  47. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  48. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  49. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  50. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  51. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 14 years ago
  52. 4d72c74 Simplify the generator adaptor to a Python function instead of a class definition, by Johnny Chen · 14 years ago
  53. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  54. 164bf88 Add a generator adaptor class named 'Iterator' which turns lldb aggregate data by Johnny Chen · 14 years ago
  55. c45df7f Fixed a missing space when using the "apropos" command and you don't find any matches. by Greg Clayton · 14 years ago
  56. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  57. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  58. e3c81e0 Minor change. by Johnny Chen · 14 years ago
  59. 54d099e Update do_conditional_break() method impl to use all lldb Python APIs. by Johnny Chen · 14 years ago
  60. 584f9da Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 14 years ago
  61. 25ca984 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 14 years ago
  62. 8a73f5e Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 14 years ago
  63. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  64. b8b18c9 Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 14 years ago
  65. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  66. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  67. 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
  68. 160baed The expected term-width output string should be put within a list, not as a list of characters. by Johnny Chen · 14 years ago
  69. 887eb31 Bumped versions to lldb-26 and debugserver-114 for a build. by Greg Clayton · 14 years ago
  70. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  71. 451ee7c Fixed a launching issue. by Sean Callanan · 14 years ago
  72. be683bc Move the enum to string utility functions from lldbtest.py to lldbuti.py and by Johnny Chen · 14 years ago
  73. 4912f39 Make sure to lock down the sequence mutex and select the thread we want when read or write all registers. by Greg Clayton · 14 years ago
  74. b51d87d Add a test case which uses the SBProcess and SBThread APIs to iterate through by Johnny Chen · 14 years ago
  75. 30425e9 Add a keyword argument string_buffer (with a default value of False) to the by Johnny Chen · 14 years ago
  76. e479abb Minor cleanup with added comment. by Johnny Chen · 14 years ago
  77. 0027cec Changed the timeout for expressions from 10 by Sean Callanan · 14 years ago
  78. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
  79. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  80. c890433 Updated expected match strings because the print representations of SBProcess, SBThread, SBBreakpoint, and SBFrame have changed. by Johnny Chen · 14 years ago
  81. f11f705 Use the updated process launch API. by Johnny Chen · 14 years ago
  82. ce2212c Fix logic error of the option processing loop. by Johnny Chen · 14 years ago
  83. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  84. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  85. c5f728c Expose the error contained within an SBValue. by Greg Clayton · 14 years ago
  86. b62436b Enhance the test driver with a '-f filterspec' option to specify the by Johnny Chen · 14 years ago
  87. ea86392 Remove the @expectedFailure decorator since the SBTarget.LaunchProcess() race by Johnny Chen · 14 years ago
  88. 57c5709 Use the SBTarget process launch API for api testings. by Johnny Chen · 14 years ago
  89. 6e81fa3 Change the regular expression used to grok the data type associated the output of by Johnny Chen · 14 years ago
  90. 385c39b Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 14 years ago
  91. a4274f1 Modification of the expected start strings for simple 'expr' output involving persistent variables. by Johnny Chen · 14 years ago
  92. 0573742 Modification of the expected pattern for 'expr this->m_c_int' output. by Johnny Chen · 14 years ago
  93. 992ce26 Leaving in deprecated functions until we can get a clean build with the new APIs in place before removing the deprecated functions. by Greg Clayton · 14 years ago
  94. 780f577 Modification of the expected substrings for the print representations of SBProcess and SBThread. by Johnny Chen · 14 years ago
  95. 4fbfcda Fixed a few issues with the example script. by Greg Clayton · 14 years ago
  96. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  97. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  98. 11730f3 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 14 years ago
  99. 6af4fad Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 14 years ago
  100. 3cfbd33 Updated the expression parser to ignore non-external by Sean Callanan · 14 years ago