1. 0611df8 Also add a test for "frame variable '(anonymous namespace)::i'", by Johnny Chen · 14 years ago
  2. ecc5be2 Add test sequences for 'frame variable' address-of operator and 'frame variable' fully-qualified name variable. by Johnny Chen · 14 years ago
  3. d02f969 Add test sequence for 'frame variable this' and 'expression this' when stopped by Johnny Chen · 14 years ago
  4. 3d97b06 Remove the @expectedFailure decorator and uncomment 'expression -- i + j" test, by Johnny Chen · 14 years ago
  5. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  6. 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
  7. 36b7336 Added the address of operator for the "frame variable" command. by Greg Clayton · 14 years ago
  8. 9b557e5 Fixed the initWithNSString: function to properly initialize self. by Greg Clayton · 14 years ago
  9. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  10. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  11. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  12. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  13. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  14. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  15. e752546 Implement TODO's of using expression command to set vaiables and to verify that by Johnny Chen · 14 years ago
  16. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  17. 5b0228a Added a thread plan tracer that prints lines of by Sean Callanan · 14 years ago
  18. 3e783a9 Fixed more thread suspend/resume issues. by Greg Clayton · 14 years ago
  19. da6b16e Added OnStart and OnEnd methods to the tracer. by Jim Ingham · 14 years ago
  20. d212db0 Temporary extension of the timeout for Objective-C by Sean Callanan · 14 years ago
  21. 67dc8e7 Removed redundant code for object introspection. by Sean Callanan · 14 years ago
  22. 4868568 Excised a version of the low-level function calling by Sean Callanan · 14 years ago
  23. e0eb5cd Add information for two bugs exposed by this test file. by Johnny Chen · 14 years ago
  24. 710dfe0 Run commands 'expression self->str' and 'expression self->date'. by Johnny Chen · 14 years ago
  25. d08406f Fix the @expectedFailure usage error and add a commented out section of code to by Johnny Chen · 14 years ago
  26. 02274ed Fixed an issue with the MachThread class where we might not get the initial by Greg Clayton · 14 years ago
  27. 6cea1c8 Add @expectedFailure decorator for test_with_dwarf_and_run_command() test method: by Johnny Chen · 14 years ago
  28. b527f26 The session log entry containing the command to rerun the same test now also includes by Johnny Chen · 14 years ago
  29. ef7a5fc Add TestNamespace.py to exercise printing of anonymous and named namespace variables. by Johnny Chen · 14 years ago
  30. b7c59ce Simplify Makefile. by Johnny Chen · 14 years ago
  31. a85859f Add help message for the scenario of using lldb.py module distributed by Xcode4 by Johnny Chen · 14 years ago
  32. 7235a5e Make clang happy. by Johnny Chen · 14 years ago
  33. 9e974ff Fixed compilation warnings emitted by clang. by Johnny Chen · 14 years ago
  34. 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
  35. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  36. 917b09a Added a simple test for: by Johnny Chen · 14 years ago
  37. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  38. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  39. 07c55d1 Disable the debug logging I accidentally left enabled. by Greg Clayton · 14 years ago
  40. e8587d0 Some rewordings of the assert messages for process stopped due to breakpoint. by Johnny Chen · 14 years ago
  41. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  42. 634c86f Slight changes to how to phrase the assert for Python API thread.GetStopReason(). by Johnny Chen · 14 years ago
  43. 631c45d Finish adding the actual stop reason as part of the assert message when asserting: by Johnny Chen · 14 years ago
  44. c82ac76 Add the actual stop reason to an assert message for bitfields_variable_python() by Johnny Chen · 14 years ago
  45. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  46. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  47. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  48. cb39544 Trivial fix for an error message. by Johnny Chen · 14 years ago
  49. b1a3d9c Remove @skip decorator: by Johnny Chen · 14 years ago
  50. 83e8b9d Remove an obsolete reference to immediate plans. by Jim Ingham · 14 years ago
  51. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  52. 91557b0 Fixed a bug where the LLVM disassembler was ignoring the show_address parameter. by Sean Callanan · 14 years ago
  53. 26be453 Add more comments on LLDBTestResult class. by Johnny Chen · 14 years ago
  54. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  55. 47c47c4 Rephrase the output message about session information; make it both "session logs". by Johnny Chen · 14 years ago
  56. 55c1bfd When dumping the session log for a failed/errored test, also emit the command to by Johnny Chen · 14 years ago
  57. cf18faa Added a named container for the source QualType by Sean Callanan · 14 years ago
  58. e24f7cb Remove the @skip decorator for the whole class: by Johnny Chen · 14 years ago
  59. 573335b We should make the class name of test cases which emphasize expression command by Johnny Chen · 14 years ago
  60. 05efcf78 Distinguish between the assert messages for runCmd and expect. The former now by Johnny Chen · 14 years ago
  61. 5ef1c4b Move the persistent_variables directory under expression_command directory. by Johnny Chen · 14 years ago
  62. b883d17 Add a test for expression parser crash which has been fixed. by Johnny Chen · 14 years ago
  63. 4b1c625 Make the specification of relative directory more robust. by Johnny Chen · 14 years ago
  64. 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
  65. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  66. 2ecd040 Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. by Jason Molenda · 14 years ago
  67. 1da513b Refactor UnwindLLDB so it doesn't populate the entire stack unless by Jason Molenda · 14 years ago
  68. d6ef16a Fix thinko in UnwindTable.cpp where it wouldn't provde a by Jason Molenda · 14 years ago
  69. 92027bf Add keyboard shortcuts: by Johnny Chen · 14 years ago
  70. f9be01f Minor comment fix. by Johnny Chen · 14 years ago
  71. 1a6e92a Better wording of the help text for the '-f testclass.testmethod' option usage. by Johnny Chen · 14 years ago
  72. d529f6b Let's also emit the informational message for where to find the session logs for by Johnny Chen · 14 years ago
  73. a3e6931 Skipped due to rdar://problem/8641483 ./dotest.py -v -t -w forward seg faults. by Johnny Chen · 14 years ago
  74. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  75. 6dff827 Added more logging so we see the register state by Sean Callanan · 14 years ago
  76. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  77. cc6f7cc Fixed some type parsing that was causing types to thing they were forward by Greg Clayton · 14 years ago
  78. a224cd1 Change the test driver so that simply specifying '-f testclass.testmethod' means that by Johnny Chen · 14 years ago
  79. 1d1b39c Made variable resolution more robust by handling by Sean Callanan · 14 years ago
  80. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  81. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  82. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  83. 101530a Howard Hinnant gave us changes for lldb_private::SharingPtr that gives us the ability have a single allocation contain both the class and the ref count without having to do intrusive pointer type stuff. They will intermingle correctly with other shared pointers as well. In order to take advantage of this you need to create your pointer in your class with the make_shared function: by Greg Clayton · 14 years ago
  84. 58a4034 Fixed a bug where variables in the source operands by Sean Callanan · 14 years ago
  85. 51d6b1c Make the type of session log part of the filename itself. It allows for easier by Johnny Chen · 14 years ago
  86. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  87. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  88. 89e4bae Fix the infinite recursion crash reported by Antoine Missout: by Johnny Chen · 14 years ago
  89. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  90. e625092 Fix comments. by Johnny Chen · 14 years ago
  91. 6ddae13 Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  92. 088c03e Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  93. 981e44c Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  94. d96b568 Add comment about iterating over possible architecture and compiler combinations. by Johnny Chen · 14 years ago
  95. 7db314d Make lldb dump fullpath instead of just basename when printing out frame or by Johnny Chen · 14 years ago
  96. f773145 Fixed error handling when the utility functions by Sean Callanan · 14 years ago
  97. 4f385f1 Handle stepping through ObjC vtable trampoline code. by Jim Ingham · 14 years ago
  98. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 14 years ago
  99. abab14b Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 14 years ago
  100. 19e29a8 Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 14 years ago