1. 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 13 years ago
  2. b91423b Print out the breakpoint description only if self.TraceOn() is True. by Johnny Chen · 13 years ago
  3. 33bc865 Add a pthreads testcase to make sure the two-step of running and expression, by Jim Ingham · 13 years ago
  4. fa21ffd rdar://problem/10501020 by Johnny Chen · 13 years ago
  5. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  6. dd54979 rdar://problem/9211445 by Johnny Chen · 13 years ago
  7. 0e6df36 Fixed an issue where we might cause our test suite to exit if we end up by Greg Clayton · 13 years ago
  8. 4c6a752 Redirect the stderr output into a file so as to not pollute the terminal. by Johnny Chen · 13 years ago
  9. 1941fda Do not print debug messages if self.TraceON() is False. by Johnny Chen · 13 years ago
  10. 0296fe7 Do a better job of detecting when a breakpoint command has set the target running again (except you have to ignore by Jim Ingham · 13 years ago
  11. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  12. 9badf14 Fix the test suite failure. The particular line in the test case was there since the initial version by Johnny Chen · 13 years ago
  13. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  14. 8ca450b Revert 143359 and modify the test case to not include non-valid c identifier character. by Johnny Chen · 13 years ago
  15. cf78037 Add a simple regression test to go with r143260. by Johnny Chen · 13 years ago
  16. 9351b4f Undo r142549 and r142543 which temporarily relax the expected substrings for by Johnny Chen · 13 years ago
  17. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  18. 4d96a74 Add more context information to the stop-hook mechanism by displaying the stop-hook by Johnny Chen · 13 years ago
  19. 911f519 Minor change. by Johnny Chen · 13 years ago
  20. 33d0129 Test some lldb command abbreviations to make sure the common short spellings of by Johnny Chen · 13 years ago
  21. d1ede68 Add two new @expectedFailure decorators. by Johnny Chen · 13 years ago
  22. 9d1acc1 Add "di" and "dis" aliases to "disassemble" so they will win over "display". by Jim Ingham · 13 years ago
  23. 114b640 Fix test regressions due to the addition of 'display' alias to the top level commands, which conflicts by Johnny Chen · 13 years ago
  24. f133254 Missed this file when doing r142543 to temporarily relax the expected substrings for watchpoint creation output. by Johnny Chen · 13 years ago
  25. 076f0e0 Temporarily relax the expected substrings for watchpoint creation output by Johnny Chen · 13 years ago
  26. 2189eef Add test cases for setting condition on a watchpoint for both command and API. by Johnny Chen · 13 years ago
  27. 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
  28. 1e8a14a Rename test file. by Johnny Chen · 13 years ago
  29. 87ce647 Fix wrong docstring. by Johnny Chen · 13 years ago
  30. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  31. 1e90cce Rename directory command_python to command_script, and the test file, too. by Johnny Chen · 13 years ago
  32. 30640cc Add cleanups for 'command script add' to TestCommandPython.py. by Johnny Chen · 13 years ago
  33. 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
  34. 8b3ed5c Add a test sequence for 'target variable' command when no arguments are given. by Johnny Chen · 13 years ago
  35. e14cf4e Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 13 years ago
  36. 8bdf57c Fix a problem where the stop-hook command 'frame variable g_val' produces nothing by Johnny Chen · 13 years ago
  37. 90c56e6 o lldbtest.py: by Johnny Chen · 13 years ago
  38. 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago
  39. 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
  40. 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
  41. bfb4199 Add a simple regression test for 'target stop-hook list' with no target specified. by Johnny Chen · 13 years ago
  42. e031d3e Added a test for problems caused when Clang errantly makes the line range for one line by Jim Ingham · 13 years ago
  43. 3856985 Add test cases for watchpoint list, enable, disable, and delete commands. by Johnny Chen · 13 years ago
  44. 0f22304 A second try to make the TestStopHookMechanism.py more robust after recent changes. by Johnny Chen · 13 years ago
  45. d430b91 The "Stop Hooks" anchors have been removed from the stop-hook output. by Johnny Chen · 13 years ago
  46. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  47. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  48. a8428a4 Fixed a problem with the IR interpreter that caused by Sean Callanan · 13 years ago
  49. 0ae3164 Add four new expectedFailre decorators to new failures most likely due to r139772 check-in. by Johnny Chen · 13 years ago
  50. 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
  51. 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago
  52. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  53. 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
  54. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  55. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  56. 7522961 Don't display the stdout if not in TraceOn(), i.e, '-t option, mode. by Johnny Chen · 13 years ago
  57. 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
  58. 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
  59. 92f7572 Uniquefy the various data-formatter test class names so that: by Johnny Chen · 13 years ago
  60. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  61. 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
  62. 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
  63. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  64. 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
  65. 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
  66. 2f2c6fb More thorough fix for the spaces-in-typename issue by Enrico Granata · 13 years ago
  67. d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
  68. 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
  69. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  70. 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
  71. 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
  72. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  73. c2a2825 Python commands: by Enrico Granata · 13 years ago
  74. 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
  75. 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
  76. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  77. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  78. 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
  79. 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
  80. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  81. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  82. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  83. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  84. 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
  85. 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
  86. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  87. 4a1ef6f Minor modification to get the full path to the target program. by Johnny Chen · 13 years ago
  88. f31a4c2 Remove copy-and-paste residues. by Johnny Chen · 13 years ago
  89. d325115 Fix typos. by Johnny Chen · 13 years ago
  90. 37f6b79 Add license header comment. by Johnny Chen · 13 years ago
  91. a013b20 Conditionize the 'print "Set environment ..."' stmt. by Johnny Chen · 13 years ago
  92. af60381 Add a directory to make the second copy of libd.dylib in, so we don't have by Jim Ingham · 13 years ago
  93. b4e4ecc Add expectedFailure decorator. rdar://problem/9890530 by Johnny Chen · 13 years ago
  94. 1684446 Unquote the env_cmd_string variable. by Johnny Chen · 13 years ago
  95. 77ee393 Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed down to by Jim Ingham · 13 years ago
  96. 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
  97. 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
  98. e013e10 Add a test file to go with r136745. It fails, though, for: by Johnny Chen · 13 years ago
  99. 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
  100. 37952c2 Protect a bit against uninitialized std::list objects, but there is more by Greg Clayton · 13 years ago