1. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  2. f3143b7 Removed a compiler warning. by Sean Callanan · 14 years ago
  3. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  4. c0da615 Fixed DoResume to watch for the correct return value from WaitForIsRunning to avoid spurious errors due to previous fix. by Greg Clayton · 14 years ago
  5. 220494a Fixed bad logic that was trying to determine if the gdb remote resumed a process or not. by Greg Clayton · 14 years ago
  6. 58bf344 Log just the thread name, not process/thread id for easier human reading. by Johnny Chen · 14 years ago
  7. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  8. 19eee0d When logging, enable process and thread ID recordings. Also add 'state' to the lldb by Johnny Chen · 14 years ago
  9. 9c11d47 Fixed a typo in comment. by Johnny Chen · 14 years ago
  10. 4844365 Fixed IRForTarget so that it errors out when function by Sean Callanan · 14 years ago
  11. 7ab8c85 For lldb loggings, prepend log lines with a timestamp. And change the default log options: by Johnny Chen · 14 years ago
  12. 9ac497b by Caroline Tice · 14 years ago
  13. 21c7c21 On second thought, inserting a delay of 1.0 second slows down the test suite by Johnny Chen · 14 years ago
  14. 118d742 GenericTester.generic_type_expr_tester(): by Johnny Chen · 14 years ago
  15. 0eaaf32 Add a mechanism of overwriting the default 1.0 second wait time between test by Johnny Chen · 14 years ago
  16. c95fe32 Remove @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  17. ecfc3cf TestBase.setUp() needs to make sure lldb.blacklist is not None by Johnny Chen · 14 years ago
  18. 82e6b1e Add a '-b blacklistFile' option to the test driver to take a file specifying the by Johnny Chen · 14 years ago
  19. 97bd567 Fixed 32 bit debugging after recent architecture changes to debugserver. by Greg Clayton · 14 years ago
  20. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  21. cfc53a2 Add test cases to test that: by Johnny Chen · 14 years ago
  22. 4d0b110 Allowed ClangExpressionDeclMap to dematerialize by Sean Callanan · 14 years ago
  23. a65b527 Whitespace fix. by Sean Callanan · 14 years ago
  24. dc6c263 Make CommandObjectMultiword::GetSubcommandSP() more robust by appending the by Johnny Chen · 14 years ago
  25. a2b1ac8 Remove the @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  26. dd1f02a GetCommandObject returns no matches in the match array when there is only one match. That's odd, but I don't want to change that right now, just cope with it where I'm doing the command matching. by Jim Ingham · 14 years ago
  27. 61eb4f1 Add @expectedFailure decorator for a known bug: by Johnny Chen · 14 years ago
  28. 8bf15e2 Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash(). by Johnny Chen · 14 years ago
  29. c2d382c Fix completion for multi-word commands in the "help" command. by Jim Ingham · 14 years ago
  30. 0d037c9 Remove @skip decorators for fixed crashes. by Johnny Chen · 14 years ago
  31. 1e61a63 Fixed a problem where m_register_info was not being by Sean Callanan · 14 years ago
  32. 85c697b Skip two test classes due to: by Johnny Chen · 14 years ago
  33. 12c32c1 Entire test class skipped due to: by Johnny Chen · 14 years ago
  34. 0381063 Entire test class skipped due to: by Johnny Chen · 14 years ago
  35. a707b02 Skipped two test cases due to seg fault while hadnling command: by Johnny Chen · 14 years ago
  36. 677228a Entire test class skipped due to: by Johnny Chen · 14 years ago
  37. 360f53f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 14 years ago
  38. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  39. 6bdc124 Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only. by Johnny Chen · 14 years ago
  40. b1349b6 Minor comment fix. by Johnny Chen · 14 years ago
  41. a99bcaa Fix build error when lldb is being built i386. by Jason Molenda · 14 years ago
  42. 24f43be Add an expect() statement within breakpoint_conditions() method which tests that by Johnny Chen · 14 years ago
  43. 458a67e Change the variable TestBase.timeWait to the more descriptive timeWaitNextLaunch. by Johnny Chen · 14 years ago
  44. d6e7ca2 Add comment. by Johnny Chen · 14 years ago
  45. 360dd37 When looping through the test suite more than once (repeat count > 1), we should by Johnny Chen · 14 years ago
  46. b4e19b3 When we resolve a forward declaration type, be sure to put it into the m_die_to_type map so we don't assert later when someone tries to resolve the type. by Greg Clayton · 14 years ago
  47. ba4fc4a Removed a stray dump() that made it into top-of-tree. by Sean Callanan · 14 years ago
  48. 4b5eec6 Made GetVariableValue() more robust in the face by Sean Callanan · 14 years ago
  49. 65e2aee Removed a stray dump(). by Sean Callanan · 14 years ago
  50. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  51. 42bee05 Revert the End of file stuff that was added as it was causing read threads by Greg Clayton · 14 years ago
  52. eae9124 Updated to latest and greatest clang for a "print cvr-qualifiers on function by Greg Clayton · 14 years ago
  53. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  54. a5cf463 Add TestSignedTypes.py to test that variables with signed types display correctly. by Johnny Chen · 14 years ago
  55. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  56. c35750a Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope). by Johnny Chen · 14 years ago
  57. 7fab17c Print out addresses with the correct width for 32 bit programs. by Greg Clayton · 14 years ago
  58. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  59. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  60. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  61. 742825b Add Python API tests for file and class static variables, too. by Johnny Chen · 14 years ago
  62. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  63. ae71e30 Fixed the logic in IRForTarget that recognizes by Sean Callanan · 14 years ago
  64. 3c3f9a3 Add a test for displaying file and class static variables. by Johnny Chen · 14 years ago
  65. ed1e298 Remove whitespace chars. by Johnny Chen · 14 years ago
  66. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  67. 27eb3f7 Added missing file. by Greg Clayton · 14 years ago
  68. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  69. 1069175 Instructions for building LLDB with a debug LLVM build under Xcode. by Sean Callanan · 14 years ago
  70. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  71. cdea236 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 14 years ago
  72. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  73. b34ffcb Whitespace fix. by Sean Callanan · 14 years ago
  74. c783660 Add a missing newline to the ThreadPlanAssemblyTracer output. by Jim Ingham · 14 years ago
  75. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago
  76. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  77. 6b22756 Make the string matching for 'frame variable' more stringent with respect to by Johnny Chen · 14 years ago
  78. d2acdb3 Add an option '-# count' to run the specified test suite for a said number of times. by Johnny Chen · 14 years ago
  79. bd4d7ba Use different qualifier enums on the request of a clang engineer. by Greg Clayton · 14 years ago
  80. 21d77c3 Initial check-in of a Python utility to run the lldb test suite and send the by Johnny Chen · 14 years ago
  81. 95c3bbd Disambiguate the name lookup for the data type of anon_uint variable. by Johnny Chen · 14 years ago
  82. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  83. 19e5435 Add an UnwindPlan Row for the last instruction of a function when by Jason Molenda · 14 years ago
  84. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  85. 5962c55 Check in a test case for rdar://problem/8668740: by Johnny Chen · 14 years ago
  86. 35c837d Add radar info for failed expression command test sequences which are now commented out. by Johnny Chen · 14 years ago
  87. 0611df8 Also add a test for "frame variable '(anonymous namespace)::i'", by Johnny Chen · 14 years ago
  88. ecc5be2 Add test sequences for 'frame variable' address-of operator and 'frame variable' fully-qualified name variable. by Johnny Chen · 14 years ago
  89. d02f969 Add test sequence for 'frame variable this' and 'expression this' when stopped by Johnny Chen · 14 years ago
  90. 3d97b06 Remove the @expectedFailure decorator and uncomment 'expression -- i + j" test, by Johnny Chen · 14 years ago
  91. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  92. a8b278a Added recursive name lookup logging with depth which is commented out and is currently only enabled when we blow the stack. by Greg Clayton · 14 years ago
  93. 36b7336 Added the address of operator for the "frame variable" command. by Greg Clayton · 14 years ago
  94. 9b557e5 Fixed the initWithNSString: function to properly initialize self. by Greg Clayton · 14 years ago
  95. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  96. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  97. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  98. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  99. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  100. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago