1. 30640cc Add cleanups for 'command script add' to TestCommandPython.py. by Johnny Chen · 13 years ago
  2. 7d7f447 If we spawn an lldb process for test (via pexpect), do not load the init file unless told otherwise. by Johnny Chen · 13 years ago
  3. 8b3ed5c Add a test sequence for 'target variable' command when no arguments are given. by Johnny Chen · 13 years ago
  4. e14cf4e Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 13 years ago
  5. 8bdf57c Fix a problem where the stop-hook command 'frame variable g_val' produces nothing by Johnny Chen · 13 years ago
  6. 90c56e6 o lldbtest.py: by Johnny Chen · 13 years ago
  7. 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago
  8. 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
  9. 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
  10. bfb4199 Add a simple regression test for 'target stop-hook list' with no target specified. by Johnny Chen · 13 years ago
  11. e031d3e Added a test for problems caused when Clang errantly makes the line range for one line by Jim Ingham · 13 years ago
  12. 3856985 Add test cases for watchpoint list, enable, disable, and delete commands. by Johnny Chen · 13 years ago
  13. 0f22304 A second try to make the TestStopHookMechanism.py more robust after recent changes. by Johnny Chen · 13 years ago
  14. d430b91 The "Stop Hooks" anchors have been removed from the stop-hook output. by Johnny Chen · 13 years ago
  15. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  16. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  17. a8428a4 Fixed a problem with the IR interpreter that caused by Sean Callanan · 13 years ago
  18. 0ae3164 Add four new expectedFailre decorators to new failures most likely due to r139772 check-in. by Johnny Chen · 13 years ago
  19. 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
  20. 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago
  21. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  22. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  23. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  24. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  25. 7522961 Don't display the stdout if not in TraceOn(), i.e, '-t option, mode. by Johnny Chen · 13 years ago
  26. 37ef7c7 Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case (one fill was still lurking in the old folder) by Enrico Granata · 13 years ago
  27. 46623be Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case by Enrico Granata · 13 years ago
  28. 92f7572 Uniquefy the various data-formatter test class names so that: by Johnny Chen · 13 years ago
  29. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  30. 242ffb8 Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined. by Enrico Granata · 13 years ago
  31. 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 13 years ago
  32. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  33. 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 13 years ago
  34. 6f30287 - Now using ${var} as the summary for an aggregate type will produce "name-of-type @ object-location" instead of giving an error by Enrico Granata · 13 years ago
  35. 2f2c6fb More thorough fix for the spaces-in-typename issue by Enrico Granata · 13 years ago
  36. d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
  37. 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
  38. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  39. 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
  40. e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 13 years ago
  41. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  42. c2a2825 Python commands: by Enrico Granata · 13 years ago
  43. 7f9985a Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session. by Johnny Chen · 13 years ago
  44. 06f0db6 Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 13 years ago
  45. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  46. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  47. 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 13 years ago
  48. 21f37ad Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the by Jim Ingham · 13 years ago
  49. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  50. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  51. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  52. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  53. 4e5397c New formatting symbol %# can be used in summary strings to get the "count of children" of a variable by Enrico Granata · 13 years ago
  54. c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 13 years ago
  55. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  56. 4a1ef6f Minor modification to get the full path to the target program. by Johnny Chen · 13 years ago
  57. f31a4c2 Remove copy-and-paste residues. by Johnny Chen · 13 years ago
  58. d325115 Fix typos. by Johnny Chen · 13 years ago
  59. 37f6b79 Add license header comment. by Johnny Chen · 13 years ago
  60. a013b20 Conditionize the 'print "Set environment ..."' stmt. by Johnny Chen · 13 years ago
  61. af60381 Add a directory to make the second copy of libd.dylib in, so we don't have by Jim Ingham · 13 years ago
  62. b4e4ecc Add expectedFailure decorator. rdar://problem/9890530 by Johnny Chen · 13 years ago
  63. 1684446 Unquote the env_cmd_string variable. by Johnny Chen · 13 years ago
  64. 77ee393 Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed down to by Jim Ingham · 13 years ago
  65. 433c64a testing for a previous issue where formats in summaries where not enforced in all cases ; removed an unused local variable by Enrico Granata · 13 years ago
  66. 441f08c Fixed an issue where the KVO swizzled type would be returned as the dynamic type instead of the actual user-level type by Enrico Granata · 13 years ago
  67. e013e10 Add a test file to go with r136745. It fails, though, for: by Johnny Chen · 13 years ago
  68. afb7c85 Fixed a bug where a variable could not be formatted in a summary if its datatype already had a custom format by Enrico Granata · 13 years ago
  69. 37952c2 Protect a bit against uninitialized std::list objects, but there is more by Greg Clayton · 13 years ago
  70. 73ab7f1 Protect a bit better against uninitialized vectors. by Greg Clayton · 13 years ago
  71. e626c49 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 13 years ago
  72. bfc0613 changes in the new GetMinimumLanguages() ; robustness improvements in the CFStringSynthProvider object ; made a CFString_SummaryProvider function you can use if all you care about is the summary string for your NSString objects by Enrico Granata · 13 years ago
  73. 6a4e58e new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 13 years ago
  74. 979e20d Public API changes: by Enrico Granata · 13 years ago
  75. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
  76. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  77. de4059f some editing of data visualization error messages to make them more meaningful by Enrico Granata · 13 years ago
  78. e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
  79. da4d479 Skip the remaining -Y? (skipping ? layers of summaries) tests if using a known version by Johnny Chen · 13 years ago
  80. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  81. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  82. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  83. 90d207e System-wide summaries: by Enrico Granata · 13 years ago
  84. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  85. 4c1671d Add @expectedFailure decorator for test_target_variable_command_with_dsym(). by Johnny Chen · 13 years ago
  86. 8db6cf5 Add display of a static int variable to the test scenario. by Johnny Chen · 13 years ago
  87. 1928653 Add a test case to exercise 'target variable' command before and after running the inferior. by Johnny Chen · 13 years ago
  88. 7d8622c test cases by Enrico Granata · 13 years ago
  89. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  90. b44fcb3 test case for the named summaries feature by Enrico Granata · 13 years ago
  91. 1a10208 named summaries: by Enrico Granata · 13 years ago
  92. 425b0cf Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 13 years ago
  93. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  94. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  95. 9b3117e test cases for the new features just committed by Enrico Granata · 13 years ago
  96. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  97. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  98. e2ac6de Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. by Johnny Chen · 13 years ago
  99. 17a1399 Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. by Johnny Chen · 13 years ago
  100. 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago