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