1. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  2. 83f6e51 Added a workaround for test suite hang while terminating by checking env variable by Johnny Chen · 14 years ago
  3. 4a7c6c6 Documented ClangExpressionVariable(List), and cleaned up its API slightly. by Sean Callanan · 14 years ago
  4. a386e05 Added documentation to ClangExpressionDeclMap. by Sean Callanan · 14 years ago
  5. 741bf6c Added a test case to exercise persistent variables in combination with the "expr" command. by Johnny Chen · 14 years ago
  6. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  7. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  8. b291abe Added documentation to ClangASTSource and NameSearchContext. by Sean Callanan · 14 years ago
  9. 90bebb2 Fixed copyright notice on ClangASTSource.h. by Sean Callanan · 14 years ago
  10. 200dce5 Removed the ClangStmtVisitor, which is old code by Sean Callanan · 14 years ago
  11. 5337558 Applied Pawel Wodnicki's fix for "missing" lldb-forward-rtti.h header file. by Johnny Chen · 14 years ago
  12. 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
  13. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  14. 27707b3 Test files (but no test cases yet) for handling Universal files. by Jim Ingham · 14 years ago
  15. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  16. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  17. 1977419 There is no need to restore (sys.stdin, sys.stdout) of the python script by Johnny Chen · 14 years ago
  18. 01f2a6a Call lldb.SBDebugger.Terminate() at the end of test suite run through the atexit by Johnny Chen · 14 years ago
  19. 410f721 Fix clang warnings. by Benjamin Kramer · 14 years ago
  20. 1240b91 Looks like this is how you identify executables in ELF. by Jim Ingham · 14 years ago
  21. 6fb8baa Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the by Jim Ingham · 14 years ago
  22. ac9c8b5 Remove unused powerpc unwind support. by Jason Molenda · 14 years ago
  23. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  24. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  25. 96f08d5 Added some commonly used assert messages to the lldbtest.py module which houses by Johnny Chen · 14 years ago
  26. 7987ac9 Install the SIGINT (control-c) handler before invoking the text test runner. by Johnny Chen · 14 years ago
  27. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  28. 6ead27f Commented out "import traceback". by Johnny Chen · 14 years ago
  29. 877c7e4 Putting out messages about the number of test cases to be run before running the by Johnny Chen · 14 years ago
  30. 3acc73a Added more comments about unittest2. by Johnny Chen · 14 years ago
  31. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  32. 78ead8b Fixed namespace issues that were breaking the by Sean Callanan · 14 years ago
  33. 70a4f92 Fixed namespace visibility problems that were by Sean Callanan · 14 years ago
  34. 16fc694 Added description about unittest2. by Johnny Chen · 14 years ago
  35. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  36. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  37. 585660c More missing files from my previous checkin. by Greg Clayton · 14 years ago
  38. 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
  39. 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
  40. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  41. 93a4b1a Added support for accessing members of C++ objects, by Sean Callanan · 14 years ago
  42. 6be30df Added README file for the test suite. by Johnny Chen · 14 years ago
  43. 7aff9ff Added FindTypes to Module and ModuleList. by Greg Clayton · 14 years ago
  44. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  45. bc2928a Set a CodeGenOption in Clang to inhibit insertion by Sean Callanan · 14 years ago
  46. 068d9a8 Added comment. by Johnny Chen · 14 years ago
  47. eefdff0 Cleanup of test case. Added more comments. by Johnny Chen · 14 years ago
  48. f5857a0 Added support for rewriting objc_msgSend so we can by Sean Callanan · 14 years ago
  49. 35c0edc Fixed debugserver to not exit when we are able to spawn the process, yet not by Greg Clayton · 14 years ago
  50. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
  51. 6e71340 Updated to llvm/clang from July 30, 2010 at 08:00. by Greg Clayton · 14 years ago
  52. 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago
  53. c48dc6f Add a test case to test that lldb command "command source" works correctly. by Johnny Chen · 14 years ago
  54. 032caaa Removed redundant import statement. by Johnny Chen · 14 years ago
  55. b63cbd4 Removed pending TODOs after resolving them with help of the clang folks and the discussion list. by Greg Clayton · 14 years ago
  56. e310624 Added an objective C test case. by Greg Clayton · 14 years ago
  57. 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
  58. f6fb8bd Fixed "warning: unused variable 'log'". by Johnny Chen · 14 years ago
  59. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
  60. 1e7089a Fixed the expression code to use the right code model with the JIT. by Sean Callanan · 14 years ago
  61. 61bfb3e Removed debug stmts checked into the previous commit. by Johnny Chen · 14 years ago
  62. d6a87dc Add some comment about possible related bug info. by Johnny Chen · 14 years ago
  63. f07c46a Added a test case to test that we can successfully step into an STL function. by Johnny Chen · 14 years ago
  64. 7c98424 The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 14 years ago
  65. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  66. 321fe9e Added and improved logging. This is helping us as we by Sean Callanan · 14 years ago
  67. d03d3c2 Added a test case to test that break on a struct declaration has no effect. by Johnny Chen · 14 years ago
  68. 5cc5117 Added a test case for showing variables of unsigned types. by Johnny Chen · 14 years ago
  69. 02fbafa Added support for calling functions from expressions. by Sean Callanan · 14 years ago
  70. 5e2bf0d Renaming from TestOrder.py to TestOrderFile.py. by Johnny Chen · 14 years ago
  71. 3097439 Fixed typos from cut-and-paste errors. by Johnny Chen · 14 years ago
  72. ba992c5 Added support for locating a function that is by Sean Callanan · 14 years ago
  73. b5b749c Fixed a bug in the IR transformer where we were by Sean Callanan · 14 years ago
  74. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  75. c78d648 Fixed a bug where we didn't restore thread and by Sean Callanan · 14 years ago
  76. a3f015e Missed an aspect of the previous makefile patch. by Stephen Wilson · 14 years ago
  77. 447e82f Fix makefiles to build properly on Darwin. by Stephen Wilson · 14 years ago
  78. f6f4033 Add a new Process plugin for Linux. by Stephen Wilson · 14 years ago
  79. 4583927 Updated the IR converter for the target to eliminate by Sean Callanan · 14 years ago
  80. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  81. dc1c564 Get rid of using EXC_SOFT_SIGNAL define in host agnostic code. by Greg Clayton · 14 years ago
  82. 32824aa Added logging: by Sean Callanan · 14 years ago
  83. 63c468c Fix a typo. by Stephen Wilson · 14 years ago
  84. 1240f74 Remove useless typedef keyword, fix a clang warning. by Benjamin Kramer · 14 years ago
  85. 96cc4d0 Added a new utility class that I have wanted for a while. The CleanUp by Greg Clayton · 14 years ago
  86. 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
  87. 49038f6 Remove a deadlock condition. A bit of explanation is needed: When calling by Greg Clayton · 14 years ago
  88. 0cae3ec Remove a premature invalidation of a threads pthread_t handle, thus avoiding by Greg Clayton · 14 years ago
  89. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  90. 7cebe13 Added Mach exception stop descriptions. The chunk of code I just added needs to be placed into a utility location so it can be used by ProcessMacOSX and debugserver. by Greg Clayton · 14 years ago
  91. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  92. aa13e0a Whoops, fixed the LLVM_CONFIGURATION. by Sean Callanan · 14 years ago
  93. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  94. c607d86 This patch changes the point at which Process::m_private_state_thread is by Greg Clayton · 14 years ago
  95. 84f8075 Added a new enumeration named "ClangASTContext::AccessType" that abstracts the type creation from the various access enumerations in Clang. Currently there are clang::AccessSpecifier and the objective C ivars have their own enumeration. So I added a new enumeration that will allow a consistent interface when creating types through ClangASTContext. by Greg Clayton · 14 years ago
  96. 32a8c7e Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 14 years ago
  97. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  98. a36f1b7 Add new SectionType enumerations for all DWARF sections. ObjectFile parsers should start properly setting the section types for DWARF sections, then we can move the DWARF SymbolFile parser over to finding the sections by the appropriate SectionType. by Greg Clayton · 14 years ago
  99. 15be8ed Allow searching for a section by SectionType. by Greg Clayton · 14 years ago
  100. c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago