summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Converting ScanFormatDescriptor to use std::string instead of a manually mana...Enrico Granata2013-05-061-24/+29
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-1/+1
* <rdar://problem/13700260>Greg Clayton2013-05-011-0/+5
* <rdar://problem/13209140>Enrico Granata2013-04-241-2/+15
* <rdar://problem/13449987>Greg Clayton2013-04-041-0/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-2/+1
* <rdar://problem/13502196> Greg Clayton2013-03-261-1/+10
* <rdar://problem/13498879> Greg Clayton2013-03-251-9/+2
* <rdar://problem/13443931>Greg Clayton2013-03-191-1/+10
* Call Process::Finalize directly in Debugger::Destroy, rather than having it d...Jim Ingham2013-02-271-4/+1
* Moving from std::auto_ptr<char> to std::string for simple string memory manag...Enrico Granata2013-02-011-11/+10
* <rdar://problem/12978143>Enrico Granata2013-01-281-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+6
* <rdar://problem/12953853>Greg Clayton2013-01-081-3/+3
* <rdar://problem/11844604>Greg Clayton2012-12-101-4/+4
* <rdar://problem/12560257>Greg Clayton2012-12-061-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham2012-11-301-1/+20
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-11/+11
* <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...Enrico Granata2012-10-291-1/+6
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-1/+5
* Improvements to the data formatters logging - plus, new log messages when our...Enrico Granata2012-10-171-30/+30
* Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham2012-10-161-2/+2
* Implementing plugins that provide commands.Enrico Granata2012-09-281-0/+107
* Fixed an error with a static enum definition where it wasn't NULL terminate a...Greg Clayton2012-09-131-0/+1
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-1/+22
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+5
* <rdar://problem/12022079>Greg Clayton2012-08-231-14/+21
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-923/+17
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-560/+1100
* Turn on function args by default in thread & frame formats.Jim Ingham2012-08-091-1/+1
* LLDB no longer prints <no result> by default ifSean Callanan2012-08-091-1/+20
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-4/+4
* <rdar://problem/11870357>Greg Clayton2012-07-141-42/+0
* <rdar://problem/11852100>Greg Clayton2012-07-111-4/+4
* <rdar://problem/11246147>Greg Clayton2012-05-161-2/+8
* <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...Enrico Granata2012-05-081-1/+18
* Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since tha...Jim Ingham2012-04-261-4/+12
* <rdar://problem/11148044>Greg Clayton2012-03-301-49/+67
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-1/+2
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-25/+28
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+2
* Make Debugger::SetLoggingCallback public, and expose it through the SB API. ...Jim Ingham2012-02-221-3/+3
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-3/+76
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-1/+1
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+2
* <rdar://problem/10062621>Enrico Granata2012-02-151-0/+21
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-19/+31
OpenPOWER on IntegriCloud