aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj/xcshareddata
AgeCommit message (Expand)Author
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer
2015-02-04Remove changes I accidentally checked in with my previous commit.Greg Clayton
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-10-16Xcode recommended these changes to the project file. It recommendedJason Molenda
2014-10-14This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham
2014-07-08Revert accidental change to Xcode project.Bruce Mitchener
2014-07-08Fix typos.Bruce Mitchener
2014-05-19Revert r209142.Todd Fiala
2014-05-19Update Xcode settings for Xcode 5.1 (5B130a) to remove workspace warning.Todd Fiala
2014-02-28Revert Xcode run argument settings that were accidentally checked in.Greg Clayton
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton
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-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-02This is a useful scheme for running a particular testsuite case under Xcode. ...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-12The default configuration should be Debug, not DebugClang.Jim Ingham
2013-03-07Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan
2012-11-06Add a workaround to problems with the clang debug info for Jim Ingham
2012-09-12Start at getting "thread return" working. Doesn't work yet.Jim Ingham
2012-07-17Update the project and schemes to the Xcode recommended settings.Greg Clayton
2012-05-10Remove stuff from the xcscheme file that need not be checked in.Greg Clayton
2012-05-10<rdar://problem/11330621>Greg Clayton
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-09Added a packet history object to the GDBRemoteCommunication class that is alw...Greg Clayton
2012-04-07We sometimes need to be able to call functions (via Process::RunThreadPlan) f...Jim Ingham
2012-04-04Use LLDB as the default debugger for launcherXPCService.Greg Clayton
2012-03-30<rdar://problem/11082392>Greg Clayton
2012-03-09Remove a debug binary from the scheme.Greg Clayton
2012-03-07Revert the default debugger to LLDB.Greg Clayton
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-25<rdar://problem/3535148>Han Ming Ong
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-22For stepping performance I added the ability to outlaw all memory accessesesGreg Clayton
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton
2012-02-17reverting unwanted changes to scheme files with previous commitEnrico Granata
2012-02-17Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata
2012-02-06Almost have templatized functions working (templatized classes are alreadyGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-12-21I accidentally committed some changes to theSean Callanan
2011-12-21Tightened Clang against a bug in which RecordDeclsSean Callanan
2011-10-14Added the ability to run expressions in any command. Expressions can be Greg Clayton
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton
2011-10-12Oops, committed my local build settings. Fixed that.Sean Callanan
2011-10-12Made FindGlobalVariable() optionally search a specificSean Callanan