1. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  2. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  3. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 13 years ago
  4. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  5. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  6. aa3e3e1 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 13 years ago
  7. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  8. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  9. 70c5562 Relax the constraint on the types of ValueObjects that we'll by default try the by Jim Ingham · 13 years ago
  10. dd506e1 Added a fix to not re-use object files when doing DWARF with debug map. by Greg Clayton · 13 years ago
  11. 8053904 Declare some const functions as const. by Jim Ingham · 13 years ago
  12. a846cc3 Fixed the -r parameter to the disassemble command by Sean Callanan · 13 years ago
  13. 2a45681 by Caroline Tice · 13 years ago
  14. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  15. b14b00c When making a DataExtractor from a Value that's got a ClangType, set the AddressByteSize from the AST Context. by Jim Ingham · 13 years ago
  16. b7af465 ArchSpec: Do not depend on Host::GetArchitecture. by Stephen Wilson · 13 years ago
  17. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  18. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  19. d284b66 Added new target instance settings for execution settings: by Greg Clayton · 13 years ago
  20. 949d5ac Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 13 years ago
  21. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 13 years ago
  22. e7fa4a9 Expose includes for the socket layer on all platforms. by Stephen Wilson · 13 years ago
  23. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 13 years ago
  24. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  25. a118f0c Fixed a crasher when enabling logging that is due to the new hijack listener stack changes. by Greg Clayton · 13 years ago
  26. 7f99fc8 Add a new function to Debugger for finding the top/current input reader. by Caroline Tice · 13 years ago
  27. f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 13 years ago
  28. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 13 years ago
  29. 60a63ae Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 13 years ago
  30. 82cfaed A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside of by Greg Clayton · 13 years ago
  31. b0cb717 Change the Hijacking interposer to a stack of interposers. by Jim Ingham · 13 years ago
  32. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  33. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  34. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 13 years ago
  35. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 13 years ago
  36. a39fa4b Include Config.h so we can get "~" resolved. by Jim Ingham · 13 years ago
  37. 9a7a947 More termios fixes. We need to currently make sure to include: by Greg Clayton · 13 years ago
  38. 9920858 More termios fixes from Kirk Beitz. by Greg Clayton · 13 years ago
  39. 90df563 Posix compatability patch from Jai Menon to avoid uses dirent struct members by Greg Clayton · 13 years ago
  40. 8dd8c54 Fixup on setlinebuf() patch to make it work. by Greg Clayton · 13 years ago
  41. b8fa568 Configuration support for setlinebuf support from Kirk Beitz. by Greg Clayton · 13 years ago
  42. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 13 years ago
  43. 8da92a7 Added support for targets that don't support expanding "~/" or "~USERNAME". by Greg Clayton · 13 years ago
  44. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 13 years ago
  45. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 13 years ago
  46. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  47. a04acd8 Modify 'apropos' command to search settings variable descriptions as well. by Caroline Tice · 13 years ago
  48. 242db72 Fix the ctr-D and end-of-file stuff. by Caroline Tice · 13 years ago
  49. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 13 years ago
  50. b077058 Added EmulateIntruction plug-in manager support. by Greg Clayton · 14 years ago
  51. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  52. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 14 years ago
  53. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
  54. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
  55. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  56. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  57. 867294d http://llvm.org/bugs/show_bug.cgi?id=8260 by Greg Clayton · 14 years ago
  58. 27345db http://llvm.org/bugs/show_bug.cgi?id=9053 by Greg Clayton · 14 years ago
  59. 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
  60. d266227 A little less noise, please. by Jim Ingham · 14 years ago
  61. 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
  62. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  63. 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
  64. c4ed12f Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 14 years ago
  65. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  66. ad29309 Updated to revision 123723 of LLVM, to bring in by Sean Callanan · 14 years ago
  67. 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
  68. 202f6b8 Replace Mutex guarding python interpreter access with Predicate, by Caroline Tice · 14 years ago
  69. 5c9721a Fixed the C string summary formatter to not get into an infinite loop for by Greg Clayton · 14 years ago
  70. 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
  71. e52f37b Added complete complex support for displaying and parsing complex types. by Greg Clayton · 14 years ago
  72. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  73. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  74. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  75. 421bc91 Do not pass an invalid thread to Thread{Cancel,Join}. by Stephen Wilson · 14 years ago
  76. 5a3c4e4 Removed a few bad assert() statement regarding bitfields. by Greg Clayton · 14 years ago
  77. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  78. 9db023b Make sure we don't assert if we have a child with zero byte size. Also by Greg Clayton · 14 years ago
  79. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  80. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 14 years ago
  81. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
  82. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  83. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  84. 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
  85. e5001f5 Broadcaster::AddListener(): Bail out early if the passed in Listener pointer is by Johnny Chen · 14 years ago
  86. 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
  87. 0d6e36a Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  88. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  89. c044686 by Caroline Tice · 14 years ago
  90. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  91. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  92. 5d1ff14 Move the demangle-failed indication out a bit so other failing cases by Jason Molenda · 14 years ago
  93. 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
  94. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  95. 4877965 Revert a small but important part of the EOF handling code that Greg by Caroline Tice · 14 years ago
  96. 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
  97. 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
  98. d9105c2 by Caroline Tice · 14 years ago
  99. 61e2c30 Fixed an issue in our source manager where we were permanently caching source by Greg Clayton · 14 years ago
  100. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago