1. cff44fd These two casts are up casts, no need to use dynamic_cast. by Johnny Chen · 15 years ago
  2. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  3. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
  4. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 15 years ago
  5. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  6. 4d6675c by Caroline Tice · 15 years ago
  7. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 15 years ago
  8. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  9. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  10. 7c36fa0 Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 15 years ago
  11. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  12. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  13. c1ad82e by Caroline Tice · 15 years ago
  14. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
  15. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
  16. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  17. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 15 years ago
  18. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  19. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  20. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
  21. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
  22. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 15 years ago
  23. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  24. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  25. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  26. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  27. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago