aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj/xcshareddata
AgeCommit message (Expand)Author
2011-10-08Removed unneeded content.Greg Clayton
2011-09-28Convert over to the latest and greatest on disc acceleratorGreg Clayton
2011-09-21The first part of a fix for being able to select an architecture slice fromGreg Clayton
2011-09-17Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-19Whoops, accidentally committed my local scheme.Sean Callanan
2011-08-19Refined the rollback to LLVM, picking up a newerSean Callanan
2011-07-20Remove extra launch arguments.Greg Clayton
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-06-29This commit adds a new top subcommand "summary" to command type named "type"....Enrico Granata
2011-06-25Bumped Xcode project versions to lldb-65 and debugserver-140.Greg Clayton
2011-06-01Remove the "a.out" argument from somewhere on Greg's machine in the lldb-tool...Jim Ingham
2011-05-12Remove the custom working directory form the xcscheme.Greg Clayton
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton
2011-04-27Removing Greg's working directory & startup arguments from the shared lldb-to...Jim Ingham
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton
2011-04-13Revert newer xcscheme project file to avoid conflict with older XcodeGreg Clayton
2011-04-13Added two new classes for command options:Greg Clayton
2011-03-31Revert changes that caused this scheme to be hidden in certain cases.Caroline Tice
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-25Revert the scheme.Jim Ingham
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton
2011-03-17Get ObjC stepping working again when the process is not the default host arch...Jim Ingham
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham
2011-02-15Removed my specific binaires from the xcscheme.Greg Clayton
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-02-01Made the EmulateInstruction class into a plug-in interface and moved theGreg Clayton
2011-01-27Adding a Xcode workspace for lldb.Jim Ingham