summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2013-05-20<rdar://problem/13878726>Enrico Granata
2013-05-15Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-08<rdar://problem/13621080>Enrico Granata
2013-05-06Converting ScanFormatDescriptor to use std::string instead of a manually mana...Enrico Granata
2013-05-04fix a couple of clang static analyzer warnings.Jason Molenda
2013-05-01<rdar://problem/13700260>Greg Clayton
2013-04-24<rdar://problem/13209140>Enrico Granata
2013-04-04<rdar://problem/13449987>Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-26Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata
2013-03-26<rdar://problem/13502196> Greg Clayton
2013-03-25<rdar://problem/13498879> Greg Clayton
2013-03-19<rdar://problem/13443931>Greg Clayton
2013-02-27Call Process::Finalize directly in Debugger::Destroy, rather than having it d...Jim Ingham
2013-02-01Moving from std::auto_ptr<char> to std::string for simple string memory manag...Enrico Granata
2013-01-28<rdar://problem/12978143>Enrico Granata
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-08<rdar://problem/12953853>Greg Clayton
2012-12-10<rdar://problem/11844604>Greg Clayton
2012-12-06<rdar://problem/12560257>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-11-30Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-29<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...Enrico Granata
2012-10-19Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton
2012-10-17Improvements to the data formatters logging - plus, new log messages when our...Enrico Granata
2012-10-16Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham
2012-09-28Implementing plugins that provide commands.Enrico Granata
2012-09-13Fixed an error with a static enum definition where it wasn't NULL terminate a...Greg Clayton
2012-09-01Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-23<rdar://problem/12022079>Greg Clayton
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-08-09Turn on function args by default in thread & frame formats.Jim Ingham
2012-08-09LLDB no longer prints <no result> by default ifSean Callanan
2012-08-09Removed explicit NULL checks for shared pointersSean Callanan
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-14<rdar://problem/11870357>Greg Clayton
2012-07-11<rdar://problem/11852100>Greg Clayton
2012-05-16<rdar://problem/11246147>Greg Clayton
2012-05-08<rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...Enrico Granata
2012-04-26Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since tha...Jim Ingham
2012-03-30<rdar://problem/11148044>Greg Clayton
2012-03-27Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-22Make Debugger::SetLoggingCallback public, and expose it through the SB API. ...Jim Ingham
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham