aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj
AgeCommit message (Expand)Author
2013-07-15Bump version number to 310.99.0.Jason Molenda
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-11Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-07-03Remove lldb's custom copy of the C++ demangler, used only on MacJason Molenda
2013-07-01Added SymbolVendorELF to the wrong target (lldb-tool), now it is correctly ad...Greg Clayton
2013-07-01Fixed Xcode project to include SymbolVendorELF.Greg Clayton
2013-06-25<rdar://problem/14266411>Enrico Granata
2013-06-21Lots of cleanup on the SWIG wrapping layerEnrico Granata
2013-06-21Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata
2013-06-18Make the lldb "Release" configuration use the same llvm build "Release+Assert...Jim Ingham
2013-06-18Removing the lldb-perf file group from our Xcode projectEnrico Granata
2013-06-17<rdar://problem/14134716>Enrico Granata
2013-06-04<rdar://problem/13988982>Enrico Granata
2013-05-21<rdar://problem/13878726>Enrico Granata
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham
2013-05-03Remove unused OperatingSystem plugin.Greg Clayton
2013-05-02This is a useful scheme for running a particular testsuite case under Xcode. ...Jim Ingham
2013-05-01<rdar://problem/13700260>Greg Clayton
2013-04-22<rdar://problem/13590152>Enrico Granata
2013-04-11Added a Materializer class that containsSean Callanan
2013-04-05Factored out memory access into the target processSean Callanan
2013-04-05Ah, forgot to include the header file and project file changes in r178827.Jason Molenda
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-19The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata
2013-03-19More cleanup on the lldb-perf code:Greg Clayton
2013-03-19Refactored the expression parser so that the IRSean Callanan
2013-03-18Move the performance test cases into their own project.Jim Ingham
2013-03-18Code cleanup:Greg Clayton
2013-03-14<rdar://problem/13228487>Enrico Granata
2013-03-12The default configuration should be Debug, not DebugClang.Jim Ingham
2013-03-10Xcode seems to want these lines added to the project file.Jason Molenda
2013-03-09We don't need to specify the VALID_ARCHS in the xcode project file.Jason Molenda
2013-03-08Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata
2013-03-07Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan
2013-02-21<rdar://problem/13265017>Enrico Granata
2013-02-21<rdar://problem/4529976>Enrico Granata
2013-02-16Added a kqueue class which isn't being used yet, but was part of trying to wo...Greg Clayton
2013-02-15NSSet formatter is now C++ codeEnrico Granata
2013-01-28<rdar://problem/12978143>Enrico Granata
2012-12-14Remove references to files that Sean recently removed from the Xcode project.Greg Clayton
2012-12-01Bump lldb version num to lldb-178, debugserver version to debugserver-198.Jason Molenda
2012-11-29<rdar://problem/12635804>Greg Clayton
2012-11-14<rdar://problem/12695557>Greg Clayton
2012-11-06Add a workaround to problems with the clang debug info for Jim Ingham
2012-11-02Set the MACOSX_DEPLOYMENT_TARGET in a few more places.Jason Molenda
2012-11-01Set the MACOSX_DEPLOYMENT_TARGET for Debug/Release buildsJason Molenda
2012-10-31Removed some spurious files from our CopySean Callanan