summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* <rdar://problem/13443931>Greg Clayton2013-03-191-1/+11
* Add a target setting (target.use-fast-stepping) to control using the "run to ...Jim Ingham2013-03-131-1/+10
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+31
* Remove the m_images(NULL) hack in the Target ctor nowJason Molenda2013-02-041-13/+0
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* <rdar://problem/12437929>Enrico Granata2013-01-211-0/+76
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-0/+1
* Removed the hack that uses "frame variable" toSean Callanan2013-01-121-100/+22
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-17/+13
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-1/+1
* <rdar://problem/12831670> Jason Molenda2012-12-131-0/+13
* Add a LOG_TARGET log to Target::SetDefaultArchitectureJason Molenda2012-12-121-3/+4
* Adding missing log->Printf instead of printf in Target::SetArchitectureJason Molenda2012-12-051-9/+12
* Crash every time with new target logging is now fixed.Greg Clayton2012-12-051-1/+2
* Add an LLDB_LOG_TARGET logging channel (log eanble lldb target).Jason Molenda2012-12-051-1/+18
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
OpenPOWER on IntegriCloud