1. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  2. 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
  3. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  4. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  5. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  6. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  7. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  8. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 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. 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. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago
  16. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  17. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  18. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  19. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  20. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  21. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  22. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  23. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  24. 5b0228a Added a thread plan tracer that prints lines of by Sean Callanan · 14 years ago
  25. da6b16e Added OnStart and OnEnd methods to the tracer. by Jim Ingham · 14 years ago
  26. 4868568 Excised a version of the low-level function calling by Sean Callanan · 14 years ago
  27. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  28. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  29. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  30. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  31. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  32. d6ef16a Fix thinko in UnwindTable.cpp where it wouldn't provde a by Jason Molenda · 14 years ago
  33. 1d1b39c Made variable resolution more robust by handling by Sean Callanan · 14 years ago
  34. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  35. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  36. 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
  37. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  38. 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
  39. 6ddae13 Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  40. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 14 years ago
  41. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  42. a6b71de Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 14 years ago
  43. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  44. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  45. 29756d4 Factored the code that implements breakpoints on by Sean Callanan · 14 years ago
  46. e3bb7ec Fix comment about eValueTypeConstResult. by Johnny Chen · 14 years ago
  47. 94fb543 Modified ThreadPlanCallFunction to perform the by Sean Callanan · 14 years ago
  48. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  49. 07f3d8d Modified the thread plan that calls functions to by Sean Callanan · 14 years ago
  50. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  51. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  52. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  53. 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago
  54. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  55. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  56. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  57. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  58. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  59. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  60. 988ddbc The call function thread plan should allow internal breakpoints to continue on. Also made stopping by Jim Ingham · 14 years ago
  61. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  62. e374083 Add and SB API to set breakpoint conditions. by Jim Ingham · 14 years ago
  63. 3d0e2c2 Fixed a crasher that could happen if a FileSpec had a filename only, or vice by Greg Clayton · 14 years ago
  64. 8d522c2 Fixed a typo in the comment. by Johnny Chen · 14 years ago
  65. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  66. 6297a3a Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. by Jim Ingham · 14 years ago
  67. ab06af9 Fixed a silly bug that was causing the "this" pointer by Sean Callanan · 14 years ago
  68. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  69. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  70. 3a62e6d Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 14 years ago
  71. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  72. bd296c6 Fixed the UnixSignals class to be able to get a signal by name, short name, or signal number when using: by Greg Clayton · 14 years ago
  73. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  74. deb391c Added short names and descriptions to the UnixSignals class. Also cleaned up by Greg Clayton · 14 years ago
  75. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  76. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  77. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  78. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  79. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  80. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  81. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  82. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  83. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  84. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  85. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  86. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  87. c5f728c Expose the error contained within an SBValue. by Greg Clayton · 14 years ago
  88. 992ce26 Leaving in deprecated functions until we can get a clean build with the new APIs in place before removing the deprecated functions. by Greg Clayton · 14 years ago
  89. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  90. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  91. 11730f3 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 14 years ago
  92. dc27aba Added handling for external variables in function by Sean Callanan · 14 years ago
  93. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 14 years ago
  94. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  95. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  96. 9305747 Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. by Jim Ingham · 14 years ago
  97. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  98. 5e16ef5 Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way. by Jim Ingham · 14 years ago
  99. 1393da9 Have to friend SBFrame or it can't make symbols for the frame. by Jim Ingham · 14 years ago
  100. 8f1e08b Added GetSymbol to the frame. by Greg Clayton · 14 years ago