1. 6d29aeb Added header doc for the recently added Process::ReadUnsignedInteger (addr_t addr, size_t int_byte_size, Error &error) function. by Greg Clayton · 14 years ago
  2. f72fdee Added the ability to read unsigned integers from the Process: by Greg Clayton · 14 years ago
  3. 05a5a1b Implemented a feature where the expression parser by Sean Callanan · 14 years ago
  4. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  5. 4e9267d Changed: by Greg Clayton · 14 years ago
  6. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
  7. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  8. 047923c Bugfixes for the new "self" pointer handling. Specifically, by Sean Callanan · 14 years ago
  9. 3aa7da5 Added support for generating expressions that have by Sean Callanan · 14 years ago
  10. ab42902 Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. by Greg Clayton · 14 years ago
  11. ea49cc7 Added the ability for SBTarget to resolve load addresses (convert lldb::addr_t values into resolved SBAddress objects). These SBAddress objects can then be used to resolve a symbol context using "lldb::SBSymbolContext ResolveSymbolContextForAddress (const lldb::SBAddress& addr, uint32_t resolve_scope);". by Greg Clayton · 14 years ago
  12. e5791dd Add test_display_source_python() test case to TestSourceManager.py which uses by Johnny Chen · 14 years ago
  13. 887d251 Made all LLDB-generated ASTContexts have valid by Sean Callanan · 14 years ago
  14. d9105c2 by Caroline Tice · 14 years ago
  15. 6507dd9 Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the by Jim Ingham · 14 years ago
  16. e0da7a5 by Caroline Tice · 14 years ago
  17. 61e2c30 Fixed an issue in our source manager where we were permanently caching source by Greg Clayton · 14 years ago
  18. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  19. 44c841d by Caroline Tice · 14 years ago
  20. 7b85755 Cleanup before making the objective C ivar changes. by Greg Clayton · 14 years ago
  21. 6728364 Forgot to qualify SBSymbol with the lldb namespace for SWIG. by Greg Clayton · 14 years ago
  22. 43edca3 Added symbol table access through the module for now. We might need to expose by Greg Clayton · 14 years ago
  23. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  24. 422b1ae Added a less than operator that will compare the internal opaque pointer values so SBBroadcaster objects can be contained in ordered containers or sorted. by Greg Clayton · 14 years ago
  25. 3ca95da Added "void SBBroadcaster::Clear ();" method to SBBroadcaster. by Greg Clayton · 14 years ago
  26. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  27. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  28. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  29. 31ab22b Make sure timed_out is initialized to false just to be on the safe side. by Greg Clayton · 14 years ago
  30. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  31. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  32. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  33. 9ac497b by Caroline Tice · 14 years ago
  34. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  35. 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
  36. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  37. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  38. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  39. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  40. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  41. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  42. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  43. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  44. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  45. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  46. 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
  47. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  48. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago
  49. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  50. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  51. 2403b5e First attempt and getting "const" C++ method function signatures correct. 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. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  54. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  55. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  56. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  57. 5b0228a Added a thread plan tracer that prints lines of by Sean Callanan · 14 years ago
  58. da6b16e Added OnStart and OnEnd methods to the tracer. by Jim Ingham · 14 years ago
  59. 4868568 Excised a version of the low-level function calling by Sean Callanan · 14 years ago
  60. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  61. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  62. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  63. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  64. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  65. d6ef16a Fix thinko in UnwindTable.cpp where it wouldn't provde a by Jason Molenda · 14 years ago
  66. 1d1b39c Made variable resolution more robust by handling by Sean Callanan · 14 years ago
  67. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  68. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  69. 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
  70. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  71. 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
  72. 6ddae13 Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. 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. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  75. a6b71de Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 14 years ago
  76. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  77. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  78. 29756d4 Factored the code that implements breakpoints on by Sean Callanan · 14 years ago
  79. e3bb7ec Fix comment about eValueTypeConstResult. by Johnny Chen · 14 years ago
  80. 94fb543 Modified ThreadPlanCallFunction to perform the by Sean Callanan · 14 years ago
  81. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  82. 07f3d8d Modified the thread plan that calls functions to by Sean Callanan · 14 years ago
  83. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  84. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  85. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  86. 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago
  87. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  88. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  89. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  90. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  91. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  92. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  93. 988ddbc The call function thread plan should allow internal breakpoints to continue on. Also made stopping by Jim Ingham · 14 years ago
  94. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  95. e374083 Add and SB API to set breakpoint conditions. by Jim Ingham · 14 years ago
  96. 3d0e2c2 Fixed a crasher that could happen if a FileSpec had a filename only, or vice by Greg Clayton · 14 years ago
  97. 8d522c2 Fixed a typo in the comment. by Johnny Chen · 14 years ago
  98. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  99. 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
  100. ab06af9 Fixed a silly bug that was causing the "this" pointer by Sean Callanan · 14 years ago