summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Bruce Mitchener2014-07-011-6/+6
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+16
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-2/+2
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-2/+2
* Sometimes when launching through a shell, we can run into cases where the /bi...Greg Clayton2014-04-301-0/+21
* Fixed an issue where if you called:Greg Clayton2014-04-071-0/+2
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-3/+3
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-11/+18
* Create a Process::ModulesDidLoad() method to handle process-related tasks, as...Andrew MacPherson2014-03-131-5/+1
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-1/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-1/+1
* Fix build break due to signature change on ASTContext' setExternalSource para...Todd Fiala2014-02-271-1/+1
* Add a new target setting, trap-handler-names, where a user canJason Molenda2014-02-141-1/+15
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-15/+23
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-1/+1
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-9/+9
* <rdar://problem/15668743>Greg Clayton2013-12-181-0/+10
* Centralized the launching of a process into Target::Launch()Greg Clayton2013-12-131-0/+109
* Add a setting to allow users to enable expressions that crash LLDB to show up...Greg Clayton2013-12-061-1/+10
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-10/+68
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-13/+75
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-5/+13
* <rdar://problem/15367122>Greg Clayton2013-11-051-18/+18
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-051-0/+9
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-9/+4
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-6/+6
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-6/+6
* Fix the format warnings.Sylvestre Ledru2013-10-311-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-18/+24
* Target::m_suppress_synthetic_value was a hack required to disable synthetic v...Enrico Granata2013-09-241-3/+1
* <rdar://problem/14717184>Greg Clayton2013-08-131-2/+7
* <rdar://problem/14717184>Greg Clayton2013-08-131-0/+20
* New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea2013-08-071-0/+26
* Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham2013-07-021-0/+5
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-0/+20
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* We were getting an assert because somebody was making a watchpoint that wasJim Ingham2013-06-181-2/+11
* Remember to tell the breakpoints to update themselves when new symbols are ad...Jim Ingham2013-06-041-8/+11
* <rdar://problem/13239809>Enrico Granata2013-06-041-0/+9
* <rdar://problem/13878726>Enrico Granata2013-05-211-12/+12
* Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata2013-05-211-17/+22
* Forgot to check for empty error strings in the previous checkinEnrico Granata2013-05-201-1/+1
* <rdar://problem/13878726>Enrico Granata2013-05-201-10/+19
* <rdar://problem/13183720>Enrico Granata2013-05-131-1/+17
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-3/+2
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-8/+20
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-5/+5
* <rdar://problem/13563628>Enrico Granata2013-04-051-0/+18
* Change the default for "use-fast-stepping" to on.Jim Ingham2013-04-041-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-21/+21
OpenPOWER on IntegriCloud