summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Fix fetching the architecture of the target on process launchTamas Berghammer2015-03-131-0/+24
* Remove unused FileSpec variable from Target::GetSharedModuleIlia K2015-03-121-1/+0
* Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K2015-03-101-75/+69
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+3
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-61/+86
* Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac...Ilia K2015-02-131-1/+2
* Add -exec-arguments commandIlia K2015-02-131-1/+147
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-1/+18
* As part of the cleanup when a process dies, tell watchpoints to forget their ...Enrico Granata2015-02-111-0/+21
* Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov2015-02-101-0/+77
* Dynamic values have been around (and stable and reliable) for long enough tha...Enrico Granata2015-01-091-1/+1
* Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham2014-12-191-2/+2
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-28/+39
* This is the meat of the code to add Clang modulesSean Callanan2014-12-051-0/+16
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-2/+17
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-3/+37
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+6
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-3/+3
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-1/+2
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-0/+7
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-12/+11
* Reverse out r219169 related to quote handling.Todd Fiala2014-10-101-16/+0
* logging: added more logging to the Target/Platform launch & attach sequence.Todd Fiala2014-10-091-2/+21
* Add "target.expr-parser-compiler-args" setting.Todd Fiala2014-10-061-0/+16
* Change inline-breakpoint-strategy setting to default to eInlineBreakpointsAlw...Todd Fiala2014-09-241-3/+4
* Add a new target.process.memory-cache-line-size to change the size ofJason Molenda2014-09-031-0/+5
* In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata2014-08-161-3/+3
* Fix iohandler prompt race condition.Todd Fiala2014-08-121-1/+6
* Target: silence a GCC warningSaleem Abdulrasool2014-07-231-1/+4
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-2/+5
* 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
OpenPOWER on IntegriCloud