1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  3. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  4. b42f1c8 Changed the Opcode::GetData() API so that it didn't by Sean Callanan · 12 years ago
  5. 4f28c31 Instructions generated by a disassembler can now by Sean Callanan · 12 years ago
  6. 04e6ada <rdar://problem/11534686> by Greg Clayton · 12 years ago
  7. 0fef968 <rdar://problem/11330621> by Greg Clayton · 12 years ago
  8. b2cf58a First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. by Jim Ingham · 12 years ago
  9. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 12 years ago
  10. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 12 years ago
  11. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  12. 8da5489 Fixed a bug that caused the description strings by Sean Callanan · 12 years ago
  13. 302d78c Extended function lookup to allow the user to by Sean Callanan · 12 years ago
  14. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  15. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  16. e957039 Make sure that we print out function or symbol information. If we disassembled by Greg Clayton · 13 years ago
  17. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  18. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  19. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  20. e40b642 Don't put modules for .o files into the global shared module list. We by Greg Clayton · 13 years ago
  21. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  22. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  23. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  24. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  25. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  26. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  27. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  28. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  29. dfb2e20 by Caroline Tice · 13 years ago
  30. 09008d0 Use self.TraceOn() API to decide whether to print debug output. by Johnny Chen · 13 years ago
  31. 6b8d3b5 by Caroline Tice · 13 years ago
  32. 0fe5a53 by Caroline Tice · 13 years ago
  33. af59180 by Caroline Tice · 13 years ago
  34. 080bf61 by Caroline Tice · 13 years ago
  35. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  36. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  37. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  38. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 13 years ago
  39. 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
  40. a846cc3 Fixed the -r parameter to the disassemble command by Sean Callanan · 13 years ago
  41. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  42. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  43. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  44. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
  45. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  46. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  47. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  48. e602d81 Fixed an error that could occur during disassembly that could cause a function name to be printed before the first _and_ the second instruction of disassembly when there are two symbols -- one debug symbol and one linker symbol. by Greg Clayton · 14 years ago
  49. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  50. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  51. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  52. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  53. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  54. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  55. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago