1. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
  2. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  3. 97c924e Added error reporting to IRForTarget so that the by Sean Callanan · 14 years ago
  4. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  5. 68ca823 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 14 years ago
  6. ac95966 More useful STEP logging. by Jim Ingham · 14 years ago
  7. d1eb73f Add a method to StreamFile to line buffer the file. Use that in "log enable -f file" to line buffer the log output. by Jim Ingham · 14 years ago
  8. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  9. 1fcdb82 Let's teach SWIG to rename the overloaded SBTarget::Launch() function which has by Johnny Chen · 14 years ago
  10. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  11. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  12. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  13. 55e01d8 Added an interface for noticing new thread creation. At this point, I only turn it on when by Jim Ingham · 14 years ago
  14. cce607b Centralize the register reporting (might want to move this function to Thread). by Jim Ingham · 14 years ago
  15. c4ed12f Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 14 years ago
  16. 1ebdcc7 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 14 years ago
  17. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  18. c67efa4 Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid by Greg Clayton · 14 years ago
  19. cd15169 Made the DWARF + debug map symbol file parser be much more efficient when it isn't by Greg Clayton · 14 years ago
  20. 15dcb7c Back up both the register AND the stop state when calling functions. by Jim Ingham · 14 years ago
  21. d0882d0 Make expressions clean up their JIT'ed code allocation. by Greg Clayton · 14 years ago
  22. 3e2ef48 ThreadPlanCallUserExpression's WillPop needs to call it's parent's WillPop. by Jim Ingham · 14 years ago
  23. 443bd75 Remove trailing commas from lldb enumerations (patch from Stephen Wilson). by Greg Clayton · 14 years ago
  24. 6c9662e In ThreadPlanCallFunction, do the Takedown right when the thread plan gets popped. When the function call is discarded (e.g. when it crashes and discard_on_error is true) the plan gets discarded. You need to make sure that the stack gets restored right then, and not wait till you start again and the thread plan stack is cleared. by Jim Ingham · 14 years ago
  25. c7674af Added support for the fragile ivars provided by by Sean Callanan · 14 years ago
  26. 3bb8259 Add a method on the ObjC Language Runtime that returns the runtime version. by Jim Ingham · 14 years ago
  27. d8b6502 Added missing source files. by Greg Clayton · 14 years ago
  28. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  29. e52f37b Added complete complex support for displaying and parsing complex types. by Greg Clayton · 14 years ago
  30. 91da749 Added the ability to wait for a predicate value, and set it to a new value all in a thread safe fashion. by Greg Clayton · 14 years ago
  31. 7ec8105 Extend the ObjectFile interface to support dynamic loading on ELF platforms. by Stephen Wilson · 14 years ago
  32. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  33. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  34. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  35. 123db40 Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 14 years ago
  36. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  37. 5382281 Made FuncUnwinders threadsafe. by Greg Clayton · 14 years ago
  38. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 14 years ago
  39. fd11999 Added memory caching to lldb_private::Process. All lldb_private::Process by Greg Clayton · 14 years ago
  40. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
  41. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  42. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  43. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  44. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  45. c044686 by Caroline Tice · 14 years ago
  46. 15bc1f5 Line tables were trying to be too clever and only use 24 bits for a line by Greg Clayton · 14 years ago
  47. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  48. 576b965 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  49. ca66a5f Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  50. f6d8b67 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  51. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  52. c5157ec Added access to set the current stack frame within a thread so any command by Greg Clayton · 14 years ago
  53. 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
  54. f72fdee Added the ability to read unsigned integers from the Process: by Greg Clayton · 14 years ago
  55. 05a5a1b Implemented a feature where the expression parser by Sean Callanan · 14 years ago
  56. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  57. 4e9267d Changed: by Greg Clayton · 14 years ago
  58. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
  59. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  60. 047923c Bugfixes for the new "self" pointer handling. Specifically, by Sean Callanan · 14 years ago
  61. 3aa7da5 Added support for generating expressions that have by Sean Callanan · 14 years ago
  62. 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
  63. 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
  64. e5791dd Add test_display_source_python() test case to TestSourceManager.py which uses by Johnny Chen · 14 years ago
  65. 887d251 Made all LLDB-generated ASTContexts have valid by Sean Callanan · 14 years ago
  66. d9105c2 by Caroline Tice · 14 years ago
  67. 6507dd9 Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the by Jim Ingham · 14 years ago
  68. e0da7a5 by Caroline Tice · 14 years ago
  69. 61e2c30 Fixed an issue in our source manager where we were permanently caching source by Greg Clayton · 14 years ago
  70. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  71. 44c841d by Caroline Tice · 14 years ago
  72. 7b85755 Cleanup before making the objective C ivar changes. by Greg Clayton · 14 years ago
  73. 6728364 Forgot to qualify SBSymbol with the lldb namespace for SWIG. by Greg Clayton · 14 years ago
  74. 43edca3 Added symbol table access through the module for now. We might need to expose by Greg Clayton · 14 years ago
  75. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  76. 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
  77. 3ca95da Added "void SBBroadcaster::Clear ();" method to SBBroadcaster. by Greg Clayton · 14 years ago
  78. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  79. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  80. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  81. 31ab22b Make sure timed_out is initialized to false just to be on the safe side. by Greg Clayton · 14 years ago
  82. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  83. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  84. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  85. 9ac497b by Caroline Tice · 14 years ago
  86. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  87. 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
  88. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  89. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  90. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  91. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  92. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  93. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  94. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  95. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  96. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  97. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  98. 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
  99. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  100. ae7862a Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we call it from ThreadPlanBase...) by Jim Ingham · 14 years ago