1. 7f99fc8 Add a new function to Debugger for finding the top/current input reader. by Caroline Tice · 14 years ago
  2. f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 14 years ago
  3. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 14 years ago
  4. 60a63ae Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 14 years ago
  5. 82cfaed A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside of by Greg Clayton · 14 years ago
  6. b0cb717 Change the Hijacking interposer to a stack of interposers. by Jim Ingham · 14 years ago
  7. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  8. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
  9. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 14 years ago
  10. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 14 years ago
  11. a39fa4b Include Config.h so we can get "~" resolved. by Jim Ingham · 14 years ago
  12. 9a7a947 More termios fixes. We need to currently make sure to include: by Greg Clayton · 14 years ago
  13. 9920858 More termios fixes from Kirk Beitz. by Greg Clayton · 14 years ago
  14. 90df563 Posix compatability patch from Jai Menon to avoid uses dirent struct members by Greg Clayton · 14 years ago
  15. 8dd8c54 Fixup on setlinebuf() patch to make it work. by Greg Clayton · 14 years ago
  16. b8fa568 Configuration support for setlinebuf support from Kirk Beitz. by Greg Clayton · 14 years ago
  17. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 14 years ago
  18. 8da92a7 Added support for targets that don't support expanding "~/" or "~USERNAME". by Greg Clayton · 14 years ago
  19. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 14 years ago
  20. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  21. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  22. a04acd8 Modify 'apropos' command to search settings variable descriptions as well. by Caroline Tice · 14 years ago
  23. 242db72 Fix the ctr-D and end-of-file stuff. by Caroline Tice · 14 years ago
  24. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 14 years ago
  25. b077058 Added EmulateIntruction plug-in manager support. by Greg Clayton · 14 years ago
  26. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  27. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 14 years ago
  28. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
  29. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
  30. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  31. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  32. 867294d http://llvm.org/bugs/show_bug.cgi?id=8260 by Greg Clayton · 14 years ago
  33. 27345db http://llvm.org/bugs/show_bug.cgi?id=9053 by Greg Clayton · 14 years ago
  34. 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
  35. d266227 A little less noise, please. by Jim Ingham · 14 years ago
  36. 6ae318c Add some more logging of broadcaster and Process. Also, protect the event broadcasting against hijacking in mid-event delivery. by Jim Ingham · 14 years ago
  37. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  38. 931851c Make "log enable -v" work. We were only checking the log's stream's verbosity, not the log's verbosity... by Jim Ingham · 14 years ago
  39. c4ed12f Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 14 years ago
  40. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  41. ad29309 Updated to revision 123723 of LLVM, to bring in by Sean Callanan · 14 years ago
  42. 5c9e892 Use generic CPU types instead of hard coding to mach-o when getting default byte order (patch from Stephen Wilson). by Greg Clayton · 14 years ago
  43. 202f6b8 Replace Mutex guarding python interpreter access with Predicate, by Caroline Tice · 14 years ago
  44. 5c9721a Fixed the C string summary formatter to not get into an infinite loop for by Greg Clayton · 14 years ago
  45. 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
  46. e52f37b Added complete complex support for displaying and parsing complex types. by Greg Clayton · 14 years ago
  47. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  48. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  49. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  50. 421bc91 Do not pass an invalid thread to Thread{Cancel,Join}. by Stephen Wilson · 14 years ago
  51. 5a3c4e4 Removed a few bad assert() statement regarding bitfields. by Greg Clayton · 14 years ago
  52. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  53. 9db023b Make sure we don't assert if we have a child with zero byte size. Also by Greg Clayton · 14 years ago
  54. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  55. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 14 years ago
  56. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
  57. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  58. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  59. 0e660f5 For the language check in GetObjectDescription, if we can't find a language runtime for the value we're looking at, BUT it IS at least a pointer, try the ObjCRuntime language. That's currently the only language runtime that has an object description method anyway... by Jim Ingham · 14 years ago
  60. e5001f5 Broadcaster::AddListener(): Bail out early if the passed in Listener pointer is by Johnny Chen · 14 years ago
  61. f5c9ffb Remove an assertion that is causing crashes. We do need to find a way to reproduce when this assertion asserts, but we should crash our debug session because of it. For now we log to stderr in hope of tracking it down. by Greg Clayton · 14 years ago
  62. 0d6e36a Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  63. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  64. c044686 by Caroline Tice · 14 years ago
  65. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  66. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  67. 5d1ff14 Move the demangle-failed indication out a bit so other failing cases by Jason Molenda · 14 years ago
  68. 6983cda Fix a crash on some platforms where a dSYM for a system library lists a DW_AT_mips_linkage_name for by Jason Molenda · 14 years ago
  69. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  70. 4877965 Revert a small but important part of the EOF handling code that Greg by Caroline Tice · 14 years ago
  71. b89274f Fixed a multi-threaded race condition that could happen when communication classes are shutting down. We currently don't protect communication connection classes against multi-threaded access. The connection is stored in the lldb_private::Communication.m_connection_ap auto_ptr member. We either need to add protections when accessing this class or not let anything racy occur. With this fix, we are doing the latter. by Greg Clayton · 14 years ago
  72. 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
  73. d9105c2 by Caroline Tice · 14 years ago
  74. 61e2c30 Fixed an issue in our source manager where we were permanently caching source by Greg Clayton · 14 years ago
  75. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  76. 7b85755 Cleanup before making the objective C ivar changes. by Greg Clayton · 14 years ago
  77. 42c8fdc Improved the "image dump section" command output by making sure by Greg Clayton · 14 years ago
  78. 9d972a4 Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 14 years ago
  79. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  80. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  81. bd91d9a Reverted the close on EOF stuff again as it was crashing Xcode. by Greg Clayton · 14 years ago
  82. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  83. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  84. 9ac497b by Caroline Tice · 14 years ago
  85. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  86. 42bee05 Revert the End of file stuff that was added as it was causing read threads by Greg Clayton · 14 years ago
  87. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  88. 7fab17c Print out addresses with the correct width for 32 bit programs. by Greg Clayton · 14 years ago
  89. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  90. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  91. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  92. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  93. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  94. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  95. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  96. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  97. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 14 years ago
  98. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  99. 2e81020 Fixed a case where children of pointers or references that had had multiple by Greg Clayton · 14 years ago
  100. 4a2eb2e Fixed our overly verbose stop reasons which by default included the thread by Greg Clayton · 14 years ago