summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2015-05-07Don't call the Process::SyncIOHandler in Target::LaunchIlia K
2015-05-05Fix process launch from Windows host to Android target.Chaoren Lin
2015-04-22This is some groundwork for filtering the language ExceptionJim Ingham
2015-04-20This patch implements several improvements to theSean Callanan
2015-04-17Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda
2015-04-16Add new virtual method for language runtime plug-ins:Greg Clayton
2015-04-03Added a testcase that covers loading a module andSean Callanan
2015-03-26Fix a race condition in Target::LaunchZachary Turner
2015-03-26Keep launch info up to date when accessors are called directly (not through "...Greg Clayton
2015-03-24Fetch module specification from remote process alsoTamas Berghammer
2015-03-23Fix Target::Launch in case of synchronous executionIlia K
2015-03-23Initialize ObjC runtime at the right location.Stephane Sezer
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-03-13Fix fetching the architecture of the target on process launchTamas Berghammer
2015-03-12Remove unused FileSpec variable from Target::GetSharedModuleIlia K
2015-03-10Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner
2015-03-03Reduce header footprint of Target.hZachary Turner
2015-02-13Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac...Ilia K
2015-02-13Add -exec-arguments commandIlia K
2015-02-11Introduce the notion of "runtime support values"Enrico Granata
2015-02-11As part of the cleanup when a process dies, tell watchpoints to forget their ...Enrico Granata
2015-02-10Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov
2015-01-09Dynamic values have been around (and stable and reliable) for long enough tha...Enrico Granata
2014-12-19Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2014-12-05This is the meat of the code to add Clang modulesSean Callanan
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner
2014-10-21Make the "synchronous" mode actually work without race conditions.Greg Clayton
2014-10-20Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner
2014-10-11llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham
2014-10-10Reverse out r219169 related to quote handling.Todd Fiala
2014-10-09logging: added more logging to the Target/Platform launch & attach sequence.Todd Fiala
2014-10-06Add "target.expr-parser-compiler-args" setting.Todd Fiala
2014-09-24Change inline-breakpoint-strategy setting to default to eInlineBreakpointsAlw...Todd Fiala
2014-09-03Add a new target.process.memory-cache-line-size to change the size ofJason Molenda
2014-08-16In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata
2014-08-12Fix iohandler prompt race condition.Todd Fiala
2014-07-23Target: silence a GCC warningSaleem Abdulrasool
2014-07-22Enable lldb-platform exe support for Linux.Todd Fiala
2014-07-01Fix typos.Bruce Mitchener
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-04-30Sometimes when launching through a shell, we can run into cases where the /bi...Greg Clayton
2014-04-07Fixed an issue where if you called:Greg Clayton