1. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  2. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  3. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  4. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  5. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  6. 2ad6fc8 This is a useful scheme for running a particular testsuite case under Xcode. Just edit the by Jim Ingham · 11 years ago
  7. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  8. eb9e262 The default configuration should be Debug, not DebugClang. by Jim Ingham · 11 years ago
  9. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  10. c2a2e13 Add a workaround to problems with the clang debug info for by Jim Ingham · 12 years ago
  11. a17a81a Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 12 years ago
  12. 2475712 Update the project and schemes to the Xcode recommended settings. by Greg Clayton · 12 years ago
  13. ea93bf4 Remove stuff from the xcscheme file that need not be checked in. by Greg Clayton · 12 years ago
  14. 0fef968 <rdar://problem/11330621> by Greg Clayton · 12 years ago
  15. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  16. 451fa82 Added a packet history object to the GDBRemoteCommunication class that is always remembering the last 512 packets that were sent/received. These packets get dumped if logging gets enabled, or when the new expr lldb::DumpProcessGDBRemotePacketHistory (void *process, const char *log_file_path) global function is called. by Greg Clayton · 12 years ago
  17. 1831e78 We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to by Jim Ingham · 12 years ago
  18. 6eea722 Use LLDB as the default debugger for launcherXPCService. by Greg Clayton · 12 years ago
  19. 3356d4f <rdar://problem/11082392> by Greg Clayton · 12 years ago
  20. 16c374d Remove a debug binary from the scheme. by Greg Clayton · 12 years ago
  21. c8b7958 Revert the default debugger to LLDB. by Greg Clayton · 12 years ago
  22. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 12 years ago
  23. d1040dd <rdar://problem/3535148> by Han Ming Ong · 12 years ago
  24. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  25. 7611330 For stepping performance I added the ability to outlaw all memory accesseses by Greg Clayton · 12 years ago
  26. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  27. 4b091e4 reverting unwanted changes to scheme files with previous commit by Enrico Granata · 12 years ago
  28. d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 12 years ago
  29. b7fad95 Almost have templatized functions working (templatized classes are already by Greg Clayton · 12 years ago
  30. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  31. 982373d I accidentally committed some changes to the by Sean Callanan · 12 years ago
  32. 506cba9 Tightened Clang against a bug in which RecordDecls by Sean Callanan · 12 years ago
  33. f5c0c72 Added the ability to run expressions in any command. Expressions can be by Greg Clayton · 13 years ago
  34. 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 13 years ago
  35. afb01f3 Oops, committed my local build settings. Fixed that. by Sean Callanan · 13 years ago
  36. 94cd0ca Made FindGlobalVariable() optionally search a specific by Sean Callanan · 13 years ago
  37. 2b73576 Removed unneeded content. by Greg Clayton · 13 years ago
  38. f6e3de2 Convert over to the latest and greatest on disc accelerator by Greg Clayton · 13 years ago
  39. 6a64bbf The first part of a fix for being able to select an architecture slice from by Greg Clayton · 13 years ago
  40. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  41. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  42. 9aac285 Whoops, accidentally committed my local scheme. by Sean Callanan · 13 years ago
  43. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  44. 0b723ce Remove extra launch arguments. by Greg Clayton · 13 years ago
  45. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  46. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  47. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  48. 730b955 Remove the "a.out" argument from somewhere on Greg's machine in the lldb-tool run scheme. by Jim Ingham · 13 years ago
  49. d980518 Remove the custom working directory form the xcscheme. by Greg Clayton · 13 years ago
  50. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  51. 0400230 Removing Greg's working directory & startup arguments from the shared lldb-tool scheme. by Jim Ingham · 13 years ago
  52. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  53. b9223bf Revert newer xcscheme project file to avoid conflict with older Xcode versions. by Greg Clayton · 13 years ago
  54. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  55. e1a94e4 by Caroline Tice · 13 years ago
  56. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  57. bbedb7b Revert the scheme. by Jim Ingham · 13 years ago
  58. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  59. 53bfd06 Get ObjC stepping working again when the process is not the default host architecture. by Jim Ingham · 13 years ago
  60. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  61. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  62. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  63. 6963bf5 Removed my specific binaires from the xcscheme. by Greg Clayton · 13 years ago
  64. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  65. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 13 years ago
  66. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 13 years ago