1. 0d037c9 Remove @skip decorators for fixed crashes. by Johnny Chen · 14 years ago
  2. 1e61a63 Fixed a problem where m_register_info was not being by Sean Callanan · 14 years ago
  3. 85c697b Skip two test classes due to: by Johnny Chen · 14 years ago
  4. 12c32c1 Entire test class skipped due to: by Johnny Chen · 14 years ago
  5. 0381063 Entire test class skipped due to: by Johnny Chen · 14 years ago
  6. a707b02 Skipped two test cases due to seg fault while hadnling command: by Johnny Chen · 14 years ago
  7. 677228a Entire test class skipped due to: by Johnny Chen · 14 years ago
  8. 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
  9. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  10. 6bdc124 Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only. by Johnny Chen · 14 years ago
  11. b1349b6 Minor comment fix. by Johnny Chen · 14 years ago
  12. a99bcaa Fix build error when lldb is being built i386. by Jason Molenda · 14 years ago
  13. 24f43be Add an expect() statement within breakpoint_conditions() method which tests that by Johnny Chen · 14 years ago
  14. 458a67e Change the variable TestBase.timeWait to the more descriptive timeWaitNextLaunch. by Johnny Chen · 14 years ago
  15. d6e7ca2 Add comment. by Johnny Chen · 14 years ago
  16. 360dd37 When looping through the test suite more than once (repeat count > 1), we should by Johnny Chen · 14 years ago
  17. 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
  18. ba4fc4a Removed a stray dump() that made it into top-of-tree. by Sean Callanan · 14 years ago
  19. 4b5eec6 Made GetVariableValue() more robust in the face by Sean Callanan · 14 years ago
  20. 65e2aee Removed a stray dump(). by Sean Callanan · 14 years ago
  21. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  22. 42bee05 Revert the End of file stuff that was added as it was causing read threads by Greg Clayton · 14 years ago
  23. eae9124 Updated to latest and greatest clang for a "print cvr-qualifiers on function by Greg Clayton · 14 years ago
  24. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  25. a5cf463 Add TestSignedTypes.py to test that variables with signed types display correctly. by Johnny Chen · 14 years ago
  26. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  27. c35750a Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope). by Johnny Chen · 14 years ago
  28. 7fab17c Print out addresses with the correct width for 32 bit programs. by Greg Clayton · 14 years ago
  29. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  30. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  31. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  32. 742825b Add Python API tests for file and class static variables, too. by Johnny Chen · 14 years ago
  33. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  34. ae71e30 Fixed the logic in IRForTarget that recognizes by Sean Callanan · 14 years ago
  35. 3c3f9a3 Add a test for displaying file and class static variables. by Johnny Chen · 14 years ago
  36. ed1e298 Remove whitespace chars. by Johnny Chen · 14 years ago
  37. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  38. 27eb3f7 Added missing file. by Greg Clayton · 14 years ago
  39. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  40. 1069175 Instructions for building LLDB with a debug LLVM build under Xcode. by Sean Callanan · 14 years ago
  41. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  42. 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
  43. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  44. b34ffcb Whitespace fix. by Sean Callanan · 14 years ago
  45. c783660 Add a missing newline to the ThreadPlanAssemblyTracer output. by Jim Ingham · 14 years ago
  46. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago
  47. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  48. 6b22756 Make the string matching for 'frame variable' more stringent with respect to by Johnny Chen · 14 years ago
  49. d2acdb3 Add an option '-# count' to run the specified test suite for a said number of times. by Johnny Chen · 14 years ago
  50. bd4d7ba Use different qualifier enums on the request of a clang engineer. by Greg Clayton · 14 years ago
  51. 21d77c3 Initial check-in of a Python utility to run the lldb test suite and send the by Johnny Chen · 14 years ago
  52. 95c3bbd Disambiguate the name lookup for the data type of anon_uint variable. by Johnny Chen · 14 years ago
  53. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  54. 19e5435 Add an UnwindPlan Row for the last instruction of a function when by Jason Molenda · 14 years ago
  55. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  56. 5962c55 Check in a test case for rdar://problem/8668740: by Johnny Chen · 14 years ago
  57. 35c837d Add radar info for failed expression command test sequences which are now commented out. by Johnny Chen · 14 years ago
  58. 0611df8 Also add a test for "frame variable '(anonymous namespace)::i'", by Johnny Chen · 14 years ago
  59. ecc5be2 Add test sequences for 'frame variable' address-of operator and 'frame variable' fully-qualified name variable. by Johnny Chen · 14 years ago
  60. d02f969 Add test sequence for 'frame variable this' and 'expression this' when stopped by Johnny Chen · 14 years ago
  61. 3d97b06 Remove the @expectedFailure decorator and uncomment 'expression -- i + j" test, by Johnny Chen · 14 years ago
  62. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  63. 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
  64. 36b7336 Added the address of operator for the "frame variable" command. by Greg Clayton · 14 years ago
  65. 9b557e5 Fixed the initWithNSString: function to properly initialize self. by Greg Clayton · 14 years ago
  66. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  67. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  68. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  69. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  70. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  71. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  72. e752546 Implement TODO's of using expression command to set vaiables and to verify that by Johnny Chen · 14 years ago
  73. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  74. 5b0228a Added a thread plan tracer that prints lines of by Sean Callanan · 14 years ago
  75. 3e783a9 Fixed more thread suspend/resume issues. by Greg Clayton · 14 years ago
  76. da6b16e Added OnStart and OnEnd methods to the tracer. by Jim Ingham · 14 years ago
  77. d212db0 Temporary extension of the timeout for Objective-C by Sean Callanan · 14 years ago
  78. 67dc8e7 Removed redundant code for object introspection. by Sean Callanan · 14 years ago
  79. 4868568 Excised a version of the low-level function calling by Sean Callanan · 14 years ago
  80. e0eb5cd Add information for two bugs exposed by this test file. by Johnny Chen · 14 years ago
  81. 710dfe0 Run commands 'expression self->str' and 'expression self->date'. by Johnny Chen · 14 years ago
  82. d08406f Fix the @expectedFailure usage error and add a commented out section of code to by Johnny Chen · 14 years ago
  83. 02274ed Fixed an issue with the MachThread class where we might not get the initial by Greg Clayton · 14 years ago
  84. 6cea1c8 Add @expectedFailure decorator for test_with_dwarf_and_run_command() test method: by Johnny Chen · 14 years ago
  85. b527f26 The session log entry containing the command to rerun the same test now also includes by Johnny Chen · 14 years ago
  86. ef7a5fc Add TestNamespace.py to exercise printing of anonymous and named namespace variables. by Johnny Chen · 14 years ago
  87. b7c59ce Simplify Makefile. by Johnny Chen · 14 years ago
  88. a85859f Add help message for the scenario of using lldb.py module distributed by Xcode4 by Johnny Chen · 14 years ago
  89. 7235a5e Make clang happy. by Johnny Chen · 14 years ago
  90. 9e974ff Fixed compilation warnings emitted by clang. by Johnny Chen · 14 years ago
  91. 2b8732c Fixed an issue with Function::GetPrologueByteSize() where if a function's first line table entry didn't have the same address as the start address of the function itself, we could end up returning and incorrect value. by Greg Clayton · 14 years ago
  92. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  93. 917b09a Added a simple test for: by Johnny Chen · 14 years ago
  94. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  95. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  96. 07c55d1 Disable the debug logging I accidentally left enabled. by Greg Clayton · 14 years ago
  97. e8587d0 Some rewordings of the assert messages for process stopped due to breakpoint. by Johnny Chen · 14 years ago
  98. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  99. 634c86f Slight changes to how to phrase the assert for Python API thread.GetStopReason(). by Johnny Chen · 14 years ago
  100. 631c45d Finish adding the actual stop reason as part of the assert message when asserting: by Johnny Chen · 14 years ago