1. a5cf463 Add TestSignedTypes.py to test that variables with signed types display correctly. by Johnny Chen · 14 years ago
  2. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  3. c35750a Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope). by Johnny Chen · 14 years ago
  4. 7fab17c Print out addresses with the correct width for 32 bit programs. by Greg Clayton · 14 years ago
  5. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  6. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  7. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  8. 742825b Add Python API tests for file and class static variables, too. by Johnny Chen · 14 years ago
  9. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  10. ae71e30 Fixed the logic in IRForTarget that recognizes by Sean Callanan · 14 years ago
  11. 3c3f9a3 Add a test for displaying file and class static variables. by Johnny Chen · 14 years ago
  12. ed1e298 Remove whitespace chars. by Johnny Chen · 14 years ago
  13. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  14. 27eb3f7 Added missing file. by Greg Clayton · 14 years ago
  15. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  16. 1069175 Instructions for building LLDB with a debug LLVM build under Xcode. by Sean Callanan · 14 years ago
  17. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  18. 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
  19. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  20. b34ffcb Whitespace fix. by Sean Callanan · 14 years ago
  21. c783660 Add a missing newline to the ThreadPlanAssemblyTracer output. by Jim Ingham · 14 years ago
  22. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago
  23. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  24. 6b22756 Make the string matching for 'frame variable' more stringent with respect to by Johnny Chen · 14 years ago
  25. d2acdb3 Add an option '-# count' to run the specified test suite for a said number of times. by Johnny Chen · 14 years ago
  26. bd4d7ba Use different qualifier enums on the request of a clang engineer. by Greg Clayton · 14 years ago
  27. 21d77c3 Initial check-in of a Python utility to run the lldb test suite and send the by Johnny Chen · 14 years ago
  28. 95c3bbd Disambiguate the name lookup for the data type of anon_uint variable. by Johnny Chen · 14 years ago
  29. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  30. 19e5435 Add an UnwindPlan Row for the last instruction of a function when by Jason Molenda · 14 years ago
  31. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  32. 5962c55 Check in a test case for rdar://problem/8668740: by Johnny Chen · 14 years ago
  33. 35c837d Add radar info for failed expression command test sequences which are now commented out. by Johnny Chen · 14 years ago
  34. 0611df8 Also add a test for "frame variable '(anonymous namespace)::i'", by Johnny Chen · 14 years ago
  35. ecc5be2 Add test sequences for 'frame variable' address-of operator and 'frame variable' fully-qualified name variable. by Johnny Chen · 14 years ago
  36. d02f969 Add test sequence for 'frame variable this' and 'expression this' when stopped by Johnny Chen · 14 years ago
  37. 3d97b06 Remove the @expectedFailure decorator and uncomment 'expression -- i + j" test, by Johnny Chen · 14 years ago
  38. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  39. 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
  40. 36b7336 Added the address of operator for the "frame variable" command. by Greg Clayton · 14 years ago
  41. 9b557e5 Fixed the initWithNSString: function to properly initialize self. by Greg Clayton · 14 years ago
  42. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  43. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  44. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  45. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  46. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  47. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  48. e752546 Implement TODO's of using expression command to set vaiables and to verify that by Johnny Chen · 14 years ago
  49. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  50. 5b0228a Added a thread plan tracer that prints lines of by Sean Callanan · 14 years ago
  51. 3e783a9 Fixed more thread suspend/resume issues. by Greg Clayton · 14 years ago
  52. da6b16e Added OnStart and OnEnd methods to the tracer. by Jim Ingham · 14 years ago
  53. d212db0 Temporary extension of the timeout for Objective-C by Sean Callanan · 14 years ago
  54. 67dc8e7 Removed redundant code for object introspection. by Sean Callanan · 14 years ago
  55. 4868568 Excised a version of the low-level function calling by Sean Callanan · 14 years ago
  56. e0eb5cd Add information for two bugs exposed by this test file. by Johnny Chen · 14 years ago
  57. 710dfe0 Run commands 'expression self->str' and 'expression self->date'. by Johnny Chen · 14 years ago
  58. d08406f Fix the @expectedFailure usage error and add a commented out section of code to by Johnny Chen · 14 years ago
  59. 02274ed Fixed an issue with the MachThread class where we might not get the initial by Greg Clayton · 14 years ago
  60. 6cea1c8 Add @expectedFailure decorator for test_with_dwarf_and_run_command() test method: by Johnny Chen · 14 years ago
  61. b527f26 The session log entry containing the command to rerun the same test now also includes by Johnny Chen · 14 years ago
  62. ef7a5fc Add TestNamespace.py to exercise printing of anonymous and named namespace variables. by Johnny Chen · 14 years ago
  63. b7c59ce Simplify Makefile. by Johnny Chen · 14 years ago
  64. a85859f Add help message for the scenario of using lldb.py module distributed by Xcode4 by Johnny Chen · 14 years ago
  65. 7235a5e Make clang happy. by Johnny Chen · 14 years ago
  66. 9e974ff Fixed compilation warnings emitted by clang. by Johnny Chen · 14 years ago
  67. 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
  68. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  69. 917b09a Added a simple test for: by Johnny Chen · 14 years ago
  70. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  71. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  72. 07c55d1 Disable the debug logging I accidentally left enabled. by Greg Clayton · 14 years ago
  73. e8587d0 Some rewordings of the assert messages for process stopped due to breakpoint. by Johnny Chen · 14 years ago
  74. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  75. 634c86f Slight changes to how to phrase the assert for Python API thread.GetStopReason(). by Johnny Chen · 14 years ago
  76. 631c45d Finish adding the actual stop reason as part of the assert message when asserting: by Johnny Chen · 14 years ago
  77. c82ac76 Add the actual stop reason to an assert message for bitfields_variable_python() by Johnny Chen · 14 years ago
  78. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  79. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  80. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  81. cb39544 Trivial fix for an error message. by Johnny Chen · 14 years ago
  82. b1a3d9c Remove @skip decorator: by Johnny Chen · 14 years ago
  83. 83e8b9d Remove an obsolete reference to immediate plans. by Jim Ingham · 14 years ago
  84. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  85. 91557b0 Fixed a bug where the LLVM disassembler was ignoring the show_address parameter. by Sean Callanan · 14 years ago
  86. 26be453 Add more comments on LLDBTestResult class. by Johnny Chen · 14 years ago
  87. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  88. 47c47c4 Rephrase the output message about session information; make it both "session logs". by Johnny Chen · 14 years ago
  89. 55c1bfd When dumping the session log for a failed/errored test, also emit the command to by Johnny Chen · 14 years ago
  90. cf18faa Added a named container for the source QualType by Sean Callanan · 14 years ago
  91. e24f7cb Remove the @skip decorator for the whole class: by Johnny Chen · 14 years ago
  92. 573335b We should make the class name of test cases which emphasize expression command by Johnny Chen · 14 years ago
  93. 05efcf78 Distinguish between the assert messages for runCmd and expect. The former now by Johnny Chen · 14 years ago
  94. 5ef1c4b Move the persistent_variables directory under expression_command directory. by Johnny Chen · 14 years ago
  95. b883d17 Add a test for expression parser crash which has been fixed. by Johnny Chen · 14 years ago
  96. 4b1c625 Make the specification of relative directory more robust. by Johnny Chen · 14 years ago
  97. 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
  98. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  99. 2ecd040 Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. by Jason Molenda · 14 years ago
  100. 1da513b Refactor UnwindLLDB so it doesn't populate the entire stack unless by Jason Molenda · 14 years ago