1. 4f995f0 Added verbose option to runCmd()/expect() in lldbtest.py. Converted TestFunctionTypes.py. by Johnny Chen · 14 years ago
  2. 84e8179 Converted some more test cases to use runCmd()/expect(). by Johnny Chen · 14 years ago
  3. 338f753 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. by Jim Ingham · 14 years ago
  4. 0bda403 Add an accessor to get the Declaration for a type. by Jim Ingham · 14 years ago
  5. b75b466 Add methods to Function to get the first and last source lines of the function, and to get whether this Function is an inlined instance or not. by Jim Ingham · 14 years ago
  6. 35729d6 Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in. by Jim Ingham · 14 years ago
  7. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  8. 7c25416 Converted to use runCmd() and expect() for more abstraction. by Johnny Chen · 14 years ago
  9. 5236fc0 Use cmd.startswith("run") instead of string equivalence test. by Johnny Chen · 14 years ago
  10. 8df95eb Abstracted the running of command through the command interpreter and checking by Johnny Chen · 14 years ago
  11. 8b4c16e Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. by Greg Clayton · 14 years ago
  12. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  13. 2c624b3 Simplify the assert matched-string criterion. by Johnny Chen · 14 years ago
  14. 7382a53 Some Block:: methods wandered to the end of the file after the BlockList:: methods. I moved them back. by Jim Ingham · 14 years ago
  15. 3351dac Patch by Bill Lynch fixing handling of the pid in the IR transformation passes. by Sean Callanan · 14 years ago
  16. 709c473 Avoid an assertion crash by avoiding a circular dependency in the objective by Greg Clayton · 14 years ago
  17. fe9864c Changed "Error Value::GetValueAsData (...)" to set the data extractor byte by Greg Clayton · 14 years ago
  18. 028fefd Added call stacks with inlined functions higher on the stack, and non-inlined functions at the bottom. by Jim Ingham · 14 years ago
  19. 2f9b9bc Added a Thread accessor to the register context. by Greg Clayton · 14 years ago
  20. 03f2b3b Allow the SBDebugger to construct itself with the default constructor so by Greg Clayton · 14 years ago
  21. 5fd1a30 Documented RecordingMemoryManager and removed an by Sean Callanan · 14 years ago
  22. f285ebc Documented IRToDWARF, and added return value documentation to IRForTarget. by Sean Callanan · 14 years ago
  23. 88957ff Fixed an issue where we would return matches for DWARF in the .o files when by Greg Clayton · 14 years ago
  24. 840d8e3 Write out the informational message about the total number of test cases to be by Johnny Chen · 14 years ago
  25. ca948fc Documented IRForTarget by Sean Callanan · 14 years ago
  26. ea29418 Don't try to get the architecture up front when doing attach -w. by Jim Ingham · 14 years ago
  27. 4e6c888 Add the ability to specify logging options for lldb and gdb-remote through two by Johnny Chen · 14 years ago
  28. 9b92c6e Specify a more meaningful assert message for TestDeadStrip.py. by Johnny Chen · 14 years ago
  29. 3530022 Documented DWARFExpression. by Sean Callanan · 14 years ago
  30. a2890f4 Check for errors in Resume before waiting for the resume to complete. by Jim Ingham · 14 years ago
  31. 7241ba7 Fixed FindFunctions so it works with all the new name types for the DWARF in object files case. by Greg Clayton · 14 years ago
  32. bfc33ce Documented ClangResultSynthesizer and added very minor API fixes. by Sean Callanan · 14 years ago
  33. 1a43726 Added logging for process.gdb-remote by defining an environment variable named by Johnny Chen · 14 years ago
  34. db5d8e8 Documented ClangPersistentVariable(s). No API by Sean Callanan · 14 years ago
  35. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  36. 83f6e51 Added a workaround for test suite hang while terminating by checking env variable by Johnny Chen · 14 years ago
  37. 4a7c6c6 Documented ClangExpressionVariable(List), and cleaned up its API slightly. by Sean Callanan · 14 years ago
  38. a386e05 Added documentation to ClangExpressionDeclMap. by Sean Callanan · 14 years ago
  39. 741bf6c Added a test case to exercise persistent variables in combination with the "expr" command. by Johnny Chen · 14 years ago
  40. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  41. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  42. b291abe Added documentation to ClangASTSource and NameSearchContext. by Sean Callanan · 14 years ago
  43. 90bebb2 Fixed copyright notice on ClangASTSource.h. by Sean Callanan · 14 years ago
  44. 200dce5 Removed the ClangStmtVisitor, which is old code by Sean Callanan · 14 years ago
  45. 5337558 Applied Pawel Wodnicki's fix for "missing" lldb-forward-rtti.h header file. by Johnny Chen · 14 years ago
  46. 7121908 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 14 years ago
  47. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  48. 27707b3 Test files (but no test cases yet) for handling Universal files. by Jim Ingham · 14 years ago
  49. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  50. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  51. 1977419 There is no need to restore (sys.stdin, sys.stdout) of the python script by Johnny Chen · 14 years ago
  52. 01f2a6a Call lldb.SBDebugger.Terminate() at the end of test suite run through the atexit by Johnny Chen · 14 years ago
  53. 410f721 Fix clang warnings. by Benjamin Kramer · 14 years ago
  54. 1240b91 Looks like this is how you identify executables in ELF. by Jim Ingham · 14 years ago
  55. 6fb8baa Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the by Jim Ingham · 14 years ago
  56. ac9c8b5 Remove unused powerpc unwind support. by Jason Molenda · 14 years ago
  57. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  58. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  59. 96f08d5 Added some commonly used assert messages to the lldbtest.py module which houses by Johnny Chen · 14 years ago
  60. 7987ac9 Install the SIGINT (control-c) handler before invoking the text test runner. by Johnny Chen · 14 years ago
  61. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  62. 6ead27f Commented out "import traceback". by Johnny Chen · 14 years ago
  63. 877c7e4 Putting out messages about the number of test cases to be run before running the by Johnny Chen · 14 years ago
  64. 3acc73a Added more comments about unittest2. by Johnny Chen · 14 years ago
  65. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  66. 78ead8b Fixed namespace issues that were breaking the by Sean Callanan · 14 years ago
  67. 70a4f92 Fixed namespace visibility problems that were by Sean Callanan · 14 years ago
  68. 16fc694 Added description about unittest2. by Johnny Chen · 14 years ago
  69. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  70. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  71. 585660c More missing files from my previous checkin. by Greg Clayton · 14 years ago
  72. 27c83f9 Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. by Greg Clayton · 14 years ago
  73. ef28e2a Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. by Greg Clayton · 14 years ago
  74. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  75. 93a4b1a Added support for accessing members of C++ objects, by Sean Callanan · 14 years ago
  76. 6be30df Added README file for the test suite. by Johnny Chen · 14 years ago
  77. 7aff9ff Added FindTypes to Module and ModuleList. by Greg Clayton · 14 years ago
  78. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  79. bc2928a Set a CodeGenOption in Clang to inhibit insertion by Sean Callanan · 14 years ago
  80. 068d9a8 Added comment. by Johnny Chen · 14 years ago
  81. eefdff0 Cleanup of test case. Added more comments. by Johnny Chen · 14 years ago
  82. f5857a0 Added support for rewriting objc_msgSend so we can by Sean Callanan · 14 years ago
  83. 35c0edc Fixed debugserver to not exit when we are able to spawn the process, yet not by Greg Clayton · 14 years ago
  84. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
  85. 6e71340 Updated to llvm/clang from July 30, 2010 at 08:00. by Greg Clayton · 14 years ago
  86. 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago
  87. c48dc6f Add a test case to test that lldb command "command source" works correctly. by Johnny Chen · 14 years ago
  88. 032caaa Removed redundant import statement. by Johnny Chen · 14 years ago
  89. b63cbd4 Removed pending TODOs after resolving them with help of the clang folks and the discussion list. by Greg Clayton · 14 years ago
  90. e310624 Added an objective C test case. by Greg Clayton · 14 years ago
  91. 7b54103 Fixed "void *ClangASTContext::CreatePointerType (void *clang_type);" to return objective C pointers for clang::Type::TypeClass types that are "clang::Type::ObjCObject" and "clang::Type::ObjCInterface" . by Greg Clayton · 14 years ago
  92. f6fb8bd Fixed "warning: unused variable 'log'". by Johnny Chen · 14 years ago
  93. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
  94. 1e7089a Fixed the expression code to use the right code model with the JIT. by Sean Callanan · 14 years ago
  95. 61bfb3e Removed debug stmts checked into the previous commit. by Johnny Chen · 14 years ago
  96. d6a87dc Add some comment about possible related bug info. by Johnny Chen · 14 years ago
  97. f07c46a Added a test case to test that we can successfully step into an STL function. by Johnny Chen · 14 years ago
  98. 7c98424 The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 14 years ago
  99. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  100. 321fe9e Added and improved logging. This is helping us as we by Sean Callanan · 14 years ago