summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton
2014-03-13Create a Process::ModulesDidLoad() method to handle process-related tasks, as...Andrew MacPherson
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2014-02-27Fix build break due to signature change on ASTContext' setExternalSource para...Todd Fiala
2014-02-14Add a new target setting, trap-handler-names, where a user canJason Molenda
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2014-01-17Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci
2014-01-10Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham
2013-12-18<rdar://problem/15668743>Greg Clayton
2013-12-13Centralized the launching of a process into Target::Launch()Greg Clayton
2013-12-06Add a setting to allow users to enable expressions that crash LLDB to show up...Greg Clayton
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-11-09Fixed the the breakpoint test case failures. Greg Clayton
2013-11-05<rdar://problem/15367122>Greg Clayton
2013-11-05Add a new system runtime plugin type - just the top levelJason Molenda
2013-11-04Added a "--debug" option to the "expression" command. Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-31Fix the format warnings.Sylvestre Ledru
2013-10-11<rdar://problem/13635174>Greg Clayton
2013-09-24Target::m_suppress_synthetic_value was a hack required to disable synthetic v...Enrico Granata
2013-08-13<rdar://problem/14717184>Greg Clayton
2013-08-13<rdar://problem/14717184>Greg Clayton
2013-08-07New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea
2013-07-02Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham
2013-06-04Remember to tell the breakpoints to update themselves when new symbols are ad...Jim Ingham
2013-06-04<rdar://problem/13239809>Enrico Granata
2013-05-21<rdar://problem/13878726>Enrico Granata
2013-05-21Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata
2013-05-20Forgot to check for empty error strings in the previous checkinEnrico Granata
2013-05-20<rdar://problem/13878726>Enrico Granata
2013-05-13<rdar://problem/13183720>Enrico Granata
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-19Fixed some linux buildbot warnings.Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-05<rdar://problem/13563628>Enrico Granata
2013-04-04Change the default for "use-fast-stepping" to on.Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-19<rdar://problem/13443931>Greg Clayton
2013-03-13Add a target setting (target.use-fast-stepping) to control using the "run to ...Jim Ingham
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2013-02-04Remove the m_images(NULL) hack in the Target ctor nowJason Molenda
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-21<rdar://problem/12437929>Enrico Granata