1. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 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. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  9. ae71e30 Fixed the logic in IRForTarget that recognizes by Sean Callanan · 14 years ago
  10. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  11. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  12. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  13. 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
  14. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  15. b34ffcb Whitespace fix. by Sean Callanan · 14 years ago
  16. c783660 Add a missing newline to the ThreadPlanAssemblyTracer output. by Jim Ingham · 14 years ago
  17. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago
  18. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  19. bd4d7ba Use different qualifier enums on the request of a clang engineer. by Greg Clayton · 14 years ago
  20. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  21. 19e5435 Add an UnwindPlan Row for the last instruction of a function when by Jason Molenda · 14 years ago
  22. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  23. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  24. 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
  25. 36b7336 Added the address of operator for the "frame variable" command. by Greg Clayton · 14 years ago
  26. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  27. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  28. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  29. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  30. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  31. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  32. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  33. 5b0228a Added a thread plan tracer that prints lines of by Sean Callanan · 14 years ago
  34. d212db0 Temporary extension of the timeout for Objective-C by Sean Callanan · 14 years ago
  35. 67dc8e7 Removed redundant code for object introspection. by Sean Callanan · 14 years ago
  36. 4868568 Excised a version of the low-level function calling by Sean Callanan · 14 years ago
  37. 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
  38. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  39. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  40. 07c55d1 Disable the debug logging I accidentally left enabled. by Greg Clayton · 14 years ago
  41. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  42. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  43. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  44. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  45. cb39544 Trivial fix for an error message. by Johnny Chen · 14 years ago
  46. 83e8b9d Remove an obsolete reference to immediate plans. by Jim Ingham · 14 years ago
  47. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  48. 91557b0 Fixed a bug where the LLVM disassembler was ignoring the show_address parameter. by Sean Callanan · 14 years ago
  49. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  50. cf18faa Added a named container for the source QualType by Sean Callanan · 14 years ago
  51. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  52. 2ecd040 Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. by Jason Molenda · 14 years ago
  53. 1da513b Refactor UnwindLLDB so it doesn't populate the entire stack unless by Jason Molenda · 14 years ago
  54. d6ef16a Fix thinko in UnwindTable.cpp where it wouldn't provde a by Jason Molenda · 14 years ago
  55. f9be01f Minor comment fix. by Johnny Chen · 14 years ago
  56. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  57. 6dff827 Added more logging so we see the register state by Sean Callanan · 14 years ago
  58. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  59. cc6f7cc Fixed some type parsing that was causing types to thing they were forward by Greg Clayton · 14 years ago
  60. 1d1b39c Made variable resolution more robust by handling by Sean Callanan · 14 years ago
  61. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  62. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  63. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  64. 58a4034 Fixed a bug where variables in the source operands by Sean Callanan · 14 years ago
  65. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  66. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  67. 89e4bae Fix the infinite recursion crash reported by Antoine Missout: by Johnny Chen · 14 years ago
  68. 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
  69. 088c03e Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  70. 981e44c Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  71. f773145 Fixed error handling when the utility functions by Sean Callanan · 14 years ago
  72. 4f385f1 Handle stepping through ObjC vtable trampoline code. by Jim Ingham · 14 years ago
  73. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 14 years ago
  74. 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
  75. 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
  76. dc7422c Use the new native unwinder by default. by Jason Molenda · 14 years ago
  77. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  78. e9cab7a Revert last checkin to DisassemblerLLVM.cpp; that was some temporary by Jason Molenda · 14 years ago
  79. 8132f2d Add #ifdef to easily switch between the current libunwind-remote based unwinder by Jason Molenda · 14 years ago
  80. 96829fb Revert last checking to ThreadGDBRemote.cpp; I accidentally checked by Jason Molenda · 14 years ago
  81. 8f0ad08 Revert last checking to CommandObjectDisassemble.cpp; that was by Jason Molenda · 14 years ago
  82. a6b71de Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 14 years ago
  83. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  84. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  85. 800d11d Handle the case where no eh_frame section is present. by Jason Molenda · 14 years ago
  86. 29756d4 Factored the code that implements breakpoints on by Sean Callanan · 14 years ago
  87. 94fb543 Modified ThreadPlanCallFunction to perform the by Sean Callanan · 14 years ago
  88. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  89. 07f3d8d Modified the thread plan that calls functions to by Sean Callanan · 14 years ago
  90. b51ee98 Fixed a bug where we left a definition hanging by Sean Callanan · 14 years ago
  91. 9ac3a96 Fixed a bug that was confusing the code generator by Sean Callanan · 14 years ago
  92. 2e81020 Fixed a case where children of pointers or references that had had multiple by Greg Clayton · 14 years ago
  93. 5d53b62 Fix error message when attempting to generate invalid alias. by Caroline Tice · 14 years ago
  94. 02c20f1 Fixed a missing newline when you type "apropos somethingthatdoesnotexist". by Greg Clayton · 14 years ago
  95. 90b4225 Fix problem where "process detach" was not working properly. The by Caroline Tice · 14 years ago
  96. 8ff5d55 Fixed cases where we were translating "long long" types to use the "long" by Greg Clayton · 14 years ago
  97. 2dfe4c6 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 14 years ago
  98. 4a2eb2e Fixed our overly verbose stop reasons which by default included the thread by Greg Clayton · 14 years ago
  99. a564ec6 Print better error messages when memory reads fail when displaying variable by Greg Clayton · 14 years ago
  100. a074482 Improved logging and cleaned up a redundant return by Sean Callanan · 14 years ago