aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj
AgeCommit message (Expand)Author
2011-07-15Python summary strings:Enrico Granata
2011-07-12smarter summary strings:Enrico Granata
2011-07-08final fix for the global constructors issueEnrico Granata
2011-07-08Added the start of the darwin dynamic loader plug-in. It isn't hooked up toGreg Clayton
2011-07-07Centralize the variable display prefs into a new optionGreg Clayton
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-07-06Revert some Xcode project changes that I didn't intend to checkin.Greg Clayton
2011-07-06Bumped Xcode project version for lldb-68.Greg Clayton
2011-07-06new syntax for summary strings:Enrico Granata
2011-07-01Bump Xcode project version to lldb-66 and debugserver-141.Greg Clayton
2011-07-01Useless Xcode project change that Xcode keeps wanting to add to my project soGreg 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-25This commit adds broad architectural support for hierarchicalGreg Clayton
2011-06-24Add support for looking up ivar offset from the ObjC runtime.Jim Ingham
2011-06-23Committing type format code for Enrico Granata.Greg Clayton
2011-06-22Bump Xcode project version to 64.Greg Clayton
2011-06-20Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham
2011-06-19Bumping Xcode project version for lldb-63.Greg Clayton
2011-06-17Added the notion of an system root for SDKs. This is a directory where allGreg Clayton
2011-06-16Add some extra linker flags to LLDB.framework so we can track down why weGreg Clayton
2011-06-09I modified the StringMap that was being used to unique our debugger C stringsGreg Clayton
2011-06-03Add InferiorCallPOSIX.cpp/.h into the xcode project file to fix build error.Johnny Chen
2011-06-02Bumped Xcode project version for lldb-60.Greg Clayton
2011-06-02Create new class, InputReaderStack, to better handle Caroline Tice
2011-06-01Remove the "a.out" argument from somewhere on Greg's machine in the lldb-tool...Jim Ingham
2011-05-30lldb-59.Greg Clayton
2011-05-29lldb-58Greg Clayton
2011-05-29Don't have the debugger default to ignoring EOF. This is only what the driverGreg Clayton
2011-05-29lldb-57Greg Clayton
2011-05-26lldb-56 with codesign settings fixed in the Xcode projects.Greg Clayton
2011-05-25Bumping Xcode project versions for lldb-55 and debugserver-139.Greg Clayton
2011-05-23This commit integrates support for the LLVM MCJITSean Callanan
2011-05-17Added an allocated memory cache to avoid having to allocate memory over andGreg Clayton
2011-05-15Modified the lldb.xcodeproj to not have the headers in a copy files phaseGreg Clayton
2011-05-12Cleaned up the ABI::PrepareTrivialCall() function to take three argumentGreg Clayton
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-05-09Revert some unintended project changes from my last checkin.Greg Clayton
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton
2011-05-02Fix the compiler in the project (accidentally checked in with wrongCaroline Tice
2011-05-02This patch captures and serializes all output being written by theCaroline Tice
2011-04-30Added the ability to set the Platform path for a module through the SBModuleGreg Clayton
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton
2011-04-27Removing Greg's working directory & startup arguments from the shared lldb-to...Jim Ingham
2011-04-26Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton
2011-04-25Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton
2011-04-25Even more renaming.Greg Clayton