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. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  7. 9c11d47 Fixed a typo in comment. by Johnny Chen · 14 years ago
  8. 4844365 Fixed IRForTarget so that it errors out when function by Sean Callanan · 14 years ago
  9. 9ac497b by Caroline Tice · 14 years ago
  10. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  11. 4d0b110 Allowed ClangExpressionDeclMap to dematerialize by Sean Callanan · 14 years ago
  12. a65b527 Whitespace fix. by Sean Callanan · 14 years ago
  13. dc6c263 Make CommandObjectMultiword::GetSubcommandSP() more robust by appending the by Johnny Chen · 14 years ago
  14. 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
  15. c2d382c Fix completion for multi-word commands in the "help" command. by Jim Ingham · 14 years ago
  16. 1e61a63 Fixed a problem where m_register_info was not being by Sean Callanan · 14 years ago
  17. 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
  18. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  19. a99bcaa Fix build error when lldb is being built i386. by Jason Molenda · 14 years ago
  20. 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
  21. ba4fc4a Removed a stray dump() that made it into top-of-tree. by Sean Callanan · 14 years ago
  22. 4b5eec6 Made GetVariableValue() more robust in the face by Sean Callanan · 14 years ago
  23. 65e2aee Removed a stray dump(). by Sean Callanan · 14 years ago
  24. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  25. 42bee05 Revert the End of file stuff that was added as it was causing read threads by Greg Clayton · 14 years ago
  26. eae9124 Updated to latest and greatest clang for a "print cvr-qualifiers on function by Greg Clayton · 14 years ago
  27. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  28. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  29. c35750a Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope). by Johnny Chen · 14 years ago
  30. 7fab17c Print out addresses with the correct width for 32 bit programs. by Greg Clayton · 14 years ago
  31. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  32. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  33. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  34. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  35. ae71e30 Fixed the logic in IRForTarget that recognizes by Sean Callanan · 14 years ago
  36. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  37. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  38. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  39. 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
  40. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  41. b34ffcb Whitespace fix. by Sean Callanan · 14 years ago
  42. c783660 Add a missing newline to the ThreadPlanAssemblyTracer output. by Jim Ingham · 14 years ago
  43. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago
  44. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  45. bd4d7ba Use different qualifier enums on the request of a clang engineer. by Greg Clayton · 14 years ago
  46. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  47. 19e5435 Add an UnwindPlan Row for the last instruction of a function when by Jason Molenda · 14 years ago
  48. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  49. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  50. 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
  51. 36b7336 Added the address of operator for the "frame variable" command. by Greg Clayton · 14 years ago
  52. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  53. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  54. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  55. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  56. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  57. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  58. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  59. 5b0228a Added a thread plan tracer that prints lines of by Sean Callanan · 14 years ago
  60. d212db0 Temporary extension of the timeout for Objective-C by Sean Callanan · 14 years ago
  61. 67dc8e7 Removed redundant code for object introspection. by Sean Callanan · 14 years ago
  62. 4868568 Excised a version of the low-level function calling by Sean Callanan · 14 years ago
  63. 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
  64. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  65. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  66. 07c55d1 Disable the debug logging I accidentally left enabled. by Greg Clayton · 14 years ago
  67. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  68. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  69. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  70. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  71. cb39544 Trivial fix for an error message. by Johnny Chen · 14 years ago
  72. 83e8b9d Remove an obsolete reference to immediate plans. by Jim Ingham · 14 years ago
  73. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  74. 91557b0 Fixed a bug where the LLVM disassembler was ignoring the show_address parameter. by Sean Callanan · 14 years ago
  75. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  76. cf18faa Added a named container for the source QualType by Sean Callanan · 14 years ago
  77. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  78. 2ecd040 Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. by Jason Molenda · 14 years ago
  79. 1da513b Refactor UnwindLLDB so it doesn't populate the entire stack unless by Jason Molenda · 14 years ago
  80. d6ef16a Fix thinko in UnwindTable.cpp where it wouldn't provde a by Jason Molenda · 14 years ago
  81. f9be01f Minor comment fix. by Johnny Chen · 14 years ago
  82. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  83. 6dff827 Added more logging so we see the register state by Sean Callanan · 14 years ago
  84. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  85. cc6f7cc Fixed some type parsing that was causing types to thing they were forward by Greg Clayton · 14 years ago
  86. 1d1b39c Made variable resolution more robust by handling by Sean Callanan · 14 years ago
  87. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  88. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  89. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  90. 58a4034 Fixed a bug where variables in the source operands by Sean Callanan · 14 years ago
  91. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  92. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  93. 89e4bae Fix the infinite recursion crash reported by Antoine Missout: by Johnny Chen · 14 years ago
  94. 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
  95. 088c03e Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  96. 981e44c Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  97. f773145 Fixed error handling when the utility functions by Sean Callanan · 14 years ago
  98. 4f385f1 Handle stepping through ObjC vtable trampoline code. by Jim Ingham · 14 years ago
  99. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 14 years ago
  100. 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