1. 1439142 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  2. 3439178 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 14 years ago
  3. 2016d3d Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  4. 7bafa91 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  5. 75be616 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  6. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  7. 83626d4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  8. 4b6630e Fix an obvious cut-and-paste error. by Johnny Chen · 14 years ago
  9. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  10. f8c0af3 Forgor to also check in this change with r116337. by Johnny Chen · 14 years ago
  11. ee52fa2 Update the @expectedFailure decorator with additional bug info: by Johnny Chen · 14 years ago
  12. 018236c The 'regexp-break' command now prints out the command that results from by Johnny Chen · 14 years ago
  13. 168158a Regular expression commands now print the command that results from expanding the regular expression command. by Greg Clayton · 14 years ago
  14. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  15. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  16. 7972335 Update comments. by Johnny Chen · 14 years ago
  17. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  18. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  19. 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  20. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  21. 1490600 Add a utility function to lldbtest.py to return the line number of a matched string by Johnny Chen · 14 years ago
  22. 548aefd Added the capability for the test driver to relocate the tests and the intermediate by Johnny Chen · 14 years ago
  23. 46be75d Help text modification. by Johnny Chen · 14 years ago
  24. 306edca Fixed an issue where objc types weren't ever getting fully resolved (beyond by Greg Clayton · 14 years ago
  25. 9caa946 Exit if the command line is started with "--help". by Greg Clayton · 14 years ago
  26. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  27. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  28. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  29. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  30. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 14 years ago
  31. 4d72c74 Simplify the generator adaptor to a Python function instead of a class definition, by Johnny Chen · 14 years ago
  32. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  33. 164bf88 Add a generator adaptor class named 'Iterator' which turns lldb aggregate data by Johnny Chen · 14 years ago
  34. c45df7f Fixed a missing space when using the "apropos" command and you don't find any matches. by Greg Clayton · 14 years ago
  35. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  36. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  37. e3c81e0 Minor change. by Johnny Chen · 14 years ago
  38. 54d099e Update do_conditional_break() method impl to use all lldb Python APIs. by Johnny Chen · 14 years ago
  39. 584f9da Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 14 years ago
  40. 25ca984 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 14 years ago
  41. 8a73f5e Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 14 years ago
  42. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  43. b8b18c9 Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 14 years ago
  44. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  45. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  46. 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
  47. 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
  48. 887eb31 Bumped versions to lldb-26 and debugserver-114 for a build. by Greg Clayton · 14 years ago
  49. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  50. 451ee7c Fixed a launching issue. by Sean Callanan · 14 years ago
  51. be683bc Move the enum to string utility functions from lldbtest.py to lldbuti.py and by Johnny Chen · 14 years ago
  52. 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
  53. b51d87d Add a test case which uses the SBProcess and SBThread APIs to iterate through by Johnny Chen · 14 years ago
  54. 30425e9 Add a keyword argument string_buffer (with a default value of False) to the by Johnny Chen · 14 years ago
  55. e479abb Minor cleanup with added comment. by Johnny Chen · 14 years ago
  56. 0027cec Changed the timeout for expressions from 10 by Sean Callanan · 14 years ago
  57. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
  58. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  59. c890433 Updated expected match strings because the print representations of SBProcess, SBThread, SBBreakpoint, and SBFrame have changed. by Johnny Chen · 14 years ago
  60. f11f705 Use the updated process launch API. by Johnny Chen · 14 years ago
  61. ce2212c Fix logic error of the option processing loop. by Johnny Chen · 14 years ago
  62. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  63. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  64. c5f728c Expose the error contained within an SBValue. by Greg Clayton · 14 years ago
  65. b62436b Enhance the test driver with a '-f filterspec' option to specify the by Johnny Chen · 14 years ago
  66. ea86392 Remove the @expectedFailure decorator since the SBTarget.LaunchProcess() race by Johnny Chen · 14 years ago
  67. 57c5709 Use the SBTarget process launch API for api testings. by Johnny Chen · 14 years ago
  68. 6e81fa3 Change the regular expression used to grok the data type associated the output of by Johnny Chen · 14 years ago
  69. 385c39b Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 14 years ago
  70. a4274f1 Modification of the expected start strings for simple 'expr' output involving persistent variables. by Johnny Chen · 14 years ago
  71. 0573742 Modification of the expected pattern for 'expr this->m_c_int' output. by Johnny Chen · 14 years ago
  72. 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
  73. 780f577 Modification of the expected substrings for the print representations of SBProcess and SBThread. by Johnny Chen · 14 years ago
  74. 4fbfcda Fixed a few issues with the example script. by Greg Clayton · 14 years ago
  75. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  76. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  77. 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
  78. 6af4fad Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 14 years ago
  79. 3cfbd33 Updated the expression parser to ignore non-external by Sean Callanan · 14 years ago
  80. be95581 Modified to accomodate gcc, llvm-gcc, and clang as compilers. by Johnny Chen · 14 years ago
  81. dc27aba Added handling for external variables in function by Sean Callanan · 14 years ago
  82. 17c6a05 Added support for (de)materializing values in registers, by Sean Callanan · 14 years ago
  83. 10cd823 Add a test class to call lldb 'disassemble -n function' command on each call frame when stopped on C's ctor. by Johnny Chen · 14 years ago
  84. 5349ee2 Make the test module with unique name instead of just the generic name TestDisassembly. by Johnny Chen · 14 years ago
  85. 0ac2b92 Filename renamings. by Johnny Chen · 14 years ago
  86. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 14 years ago
  87. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  88. 0cae7e2 Move two files to the 'attic'. by Johnny Chen · 14 years ago
  89. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  90. 54e1ea4 Do 'disassemble -s start_addr -e end_addr' on stdc++ library function entries. by Johnny Chen · 14 years ago
  91. 9305747 Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. by Jim Ingham · 14 years ago
  92. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  93. 2fcb13e Use the LLVM Macho.h header instead of relying on the system one, by Chris Lattner · 14 years ago
  94. 5e16ef5 Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way. by Jim Ingham · 14 years ago
  95. 1393da9 Have to friend SBFrame or it can't make symbols for the frame. by Jim Ingham · 14 years ago
  96. 90d73bc Initial version of a test case meant to disassemble each and every function from by Johnny Chen · 14 years ago
  97. 8f1e08b Added GetSymbol to the frame. by Greg Clayton · 14 years ago
  98. b7af177 Fixed and issue where we weren't seeing inlined functions anymore. We also now show the correct pc-offset within the inlined function. by Greg Clayton · 14 years ago
  99. aa29517 Added file and line back to the default thread format. by Greg Clayton · 14 years ago
  100. 14df3d4 Remove file:lineno from the expected substrings. Matching 'a_function, i.e., by Johnny Chen · 14 years ago