1. fa17220 by Caroline Tice · 14 years ago
  2. 713c266 Add new instruction context, eContextWriteRegisterRandomBits. by Caroline Tice · 14 years ago
  3. 7f99fc8 Add a new function to Debugger for finding the top/current input reader. by Caroline Tice · 14 years ago
  4. a8d4241 Added the DWARF unique type map such that we only create a type once in the by Greg Clayton · 14 years ago
  5. 419144b File::GetFileSpec() support for linux patch from Stephen Wilson. by Greg Clayton · 14 years ago
  6. c08c4d3 Pull support for the shared and exclusive lock since this wasn't available by Greg Clayton · 14 years ago
  7. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 14 years ago
  8. 158842c Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to isolate pwd.h in the Host layer. by Jim Ingham · 14 years ago
  9. d35305a Updated a few more Host::File functions and added documentation. by Greg Clayton · 14 years ago
  10. 882ef05 Added a few more calls to the File abtract class for seeking, syncing and by Greg Clayton · 14 years ago
  11. 60a63ae Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 14 years ago
  12. f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 14 years ago
  13. 82cfaed A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside of by Greg Clayton · 14 years ago
  14. b0cb717 Change the Hijacking interposer to a stack of interposers. by Jim Ingham · 14 years ago
  15. e9170d2 Add a GetName interface to the Listener for logging purposes. by Jim Ingham · 14 years ago
  16. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  17. 9dd30d0 Forgot to check in this file with r125059. by Johnny Chen · 14 years ago
  18. 3c12604 Fixed a crasher that could happen when trying to look at N_GSYM entries by Greg Clayton · 14 years ago
  19. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
  20. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 14 years ago
  21. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 14 years ago
  22. a39fa4b Include Config.h so we can get "~" resolved. by Jim Ingham · 14 years ago
  23. 9a7a947 More termios fixes. We need to currently make sure to include: by Greg Clayton · 14 years ago
  24. 9920858 More termios fixes from Kirk Beitz. by Greg Clayton · 14 years ago
  25. 0f577c2 Added a "ArchSpec::SetElfArch()" that was removed by a previous patch and by Greg Clayton · 14 years ago
  26. 8dd8c54 Fixup on setlinebuf() patch to make it work. by Greg Clayton · 14 years ago
  27. b8fa568 Configuration support for setlinebuf support from Kirk Beitz. by Greg Clayton · 14 years ago
  28. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 14 years ago
  29. 8da92a7 Added support for targets that don't support expanding "~/" or "~USERNAME". by Greg Clayton · 14 years ago
  30. 0bfda0b Added a quicker lookup in the SectionLoadList when looking things up by by Greg Clayton · 14 years ago
  31. 19a1ab8 Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint by Greg Clayton · 14 years ago
  32. 5e41dd3 Added the start of platform configuration designed for internal LLDB use. by Greg Clayton · 14 years ago
  33. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  34. 151185a MinGW patch from Kirk Beitz. by Greg Clayton · 14 years ago
  35. a14755a Patches from Jean-Daniel: by Johnny Chen · 14 years ago
  36. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  37. b77be41 Add EmulateInstructionARM::EmulateSVC() to the g_arm_opcodes and g_thumb_opcodes tables, by Johnny Chen · 14 years ago
  38. a04acd8 Modify 'apropos' command to search settings variable descriptions as well. by Caroline Tice · 14 years ago
  39. 271a5db Added a SBListener parameter to Launch and attach calls to avoid a race by Greg Clayton · 14 years ago
  40. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 14 years ago
  41. 9b8d783 Add EmulateBLXImmediate() and EmulateBLXRm() to the g_arm_opcodes and g_thumb_opcodes tables, by Johnny Chen · 14 years ago
  42. 6e74dbb Added a new class, ASTDumper, that provides verbose by Sean Callanan · 14 years ago
  43. b077058 Added EmulateIntruction plug-in manager support. by Greg Clayton · 14 years ago
  44. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  45. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 14 years ago
  46. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
  47. 68bffc5 The m_next_action is simpler if it is an auto_pointer. by Jim Ingham · 14 years ago
  48. c2dc7c8 Added a completion action class to the Process events so that we can make things like Attach and later Launch start their job, and then return to the event loop while waiting for the work to be done. by Jim Ingham · 14 years ago
  49. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
  50. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  51. 97c924e Added error reporting to IRForTarget so that the by Sean Callanan · 14 years ago
  52. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  53. 68ca823 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 14 years ago
  54. ac95966 More useful STEP logging. by Jim Ingham · 14 years ago
  55. 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
  56. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  57. 1fcdb82 Let's teach SWIG to rename the overloaded SBTarget::Launch() function which has by Johnny Chen · 14 years ago
  58. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  59. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  60. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  61. 55e01d8 Added an interface for noticing new thread creation. At this point, I only turn it on when by Jim Ingham · 14 years ago
  62. cce607b Centralize the register reporting (might want to move this function to Thread). by Jim Ingham · 14 years ago
  63. c4ed12f Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 14 years ago
  64. 1ebdcc7 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 14 years ago
  65. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  66. c67efa4 Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid by Greg Clayton · 14 years ago
  67. cd15169 Made the DWARF + debug map symbol file parser be much more efficient when it isn't by Greg Clayton · 14 years ago
  68. 15dcb7c Back up both the register AND the stop state when calling functions. by Jim Ingham · 14 years ago
  69. d0882d0 Make expressions clean up their JIT'ed code allocation. by Greg Clayton · 14 years ago
  70. 3e2ef48 ThreadPlanCallUserExpression's WillPop needs to call it's parent's WillPop. by Jim Ingham · 14 years ago
  71. 443bd75 Remove trailing commas from lldb enumerations (patch from Stephen Wilson). by Greg Clayton · 14 years ago
  72. 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
  73. c7674af Added support for the fragile ivars provided by by Sean Callanan · 14 years ago
  74. 3bb8259 Add a method on the ObjC Language Runtime that returns the runtime version. by Jim Ingham · 14 years ago
  75. d8b6502 Added missing source files. by Greg Clayton · 14 years ago
  76. 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
  77. e52f37b Added complete complex support for displaying and parsing complex types. by Greg Clayton · 14 years ago
  78. 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
  79. 7ec8105 Extend the ObjectFile interface to support dynamic loading on ELF platforms. by Stephen Wilson · 14 years ago
  80. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  81. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  82. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  83. 123db40 Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 14 years ago
  84. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  85. 5382281 Made FuncUnwinders threadsafe. by Greg Clayton · 14 years ago
  86. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 14 years ago
  87. fd11999 Added memory caching to lldb_private::Process. All lldb_private::Process by Greg Clayton · 14 years ago
  88. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
  89. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  90. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  91. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  92. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  93. c044686 by Caroline Tice · 14 years ago
  94. 15bc1f5 Line tables were trying to be too clever and only use 24 bits for a line by Greg Clayton · 14 years ago
  95. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  96. 576b965 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  97. ca66a5f Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  98. f6d8b67 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  99. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  100. c5157ec Added access to set the current stack frame within a thread so any command by Greg Clayton · 14 years ago