summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton2014-10-141-7/+19
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-112-5/+56
* Add a IsInstrumentationRuntimePresent SB APIKuba Brecka2014-10-111-0/+13
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-12/+11
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-106-12/+125
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-102-2/+8
* Reverse out r219169 related to quote handling.Todd Fiala2014-10-101-16/+0
* Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...Todd Fiala2014-10-101-0/+22
* logging: added more logging to the Target/Platform launch & attach sequence.Todd Fiala2014-10-092-3/+59
* Minor comment change to test out svn accessShawn Best2014-10-081-1/+1
* Fix stepping over the inserted breakpoint trap when the NEXT instructionJim Ingham2014-10-082-22/+51
* Fix spurious output to command line when launching a process on Linux.Todd Fiala2014-10-071-4/+8
* Add "target.expr-parser-compiler-args" setting.Todd Fiala2014-10-061-0/+16
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-3/+3
* Add a mutex lock to StackFrame to protect race conditions forJason Molenda2014-10-021-3/+20
* Not all processes have a Dynamic Loader. Be sure to check that it exists bef...Jim Ingham2014-09-301-1/+4
* Fix cmake build for new thread plan files.Todd Fiala2014-09-301-0/+1
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-296-67/+398
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-272-5/+1
* Change inline-breakpoint-strategy setting to default to eInlineBreakpointsAlw...Todd Fiala2014-09-241-3/+4
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-3/+3
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-192-84/+124
* If a new platform is created/selected for an architecture, make it the select...Greg Clayton2014-09-171-0/+8
* Clean-up warnings on Linux/GCCDavid Majnemer2014-09-162-5/+12
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-5/+15
* Fix incorrect initializer list style.Zachary Turner2014-09-121-13/+13
* Make ProcessLaunchInfo copyable.Zachary Turner2014-09-121-16/+16
* Fix the ctor ivar initialization formatting for Debugger,Jason Molenda2014-09-122-18/+18
* Create a HostThread abstraction.Zachary Turner2014-09-091-22/+26
* remove a couple of default cases from switchesSaleem Abdulrasool2014-09-081-1/+0
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+17
* Fix CMake configurationReid Kleckner2014-09-051-0/+1
* [lldb] Abstract a superclass for a generic thread container.Kuba Brecka2014-09-052-21/+64
* ASan malloc/free history threadsKuba Brecka2014-09-042-0/+29
* Add a new target.process.memory-cache-line-size to change the size ofJason Molenda2014-09-033-2/+17
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-1/+13
* Add some logging around Process attaching and inferior exec handling.Todd Fiala2014-08-271-1/+73
* [dwarf] Add new language enumerations.Bruce Mitchener2014-08-261-0/+3
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-2/+6
* If an executable file is specified with no architecture and it contains more ...Greg Clayton2014-08-201-26/+98
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+1
* This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata2014-08-191-0/+23
* Adjust process launch --disable-aslr to take true/false value.Todd Fiala2014-08-191-5/+12
* Move some Host logic into HostInfo class.Zachary Turner2014-08-192-8/+18
* In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata2014-08-162-4/+4
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-154-58/+65
* Fix a thinko in the process list formatting.Jim Ingham2014-08-151-6/+15
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-144-171/+97
* Fixed launching in shell on haswell enabled Macs to work more than once when ...Greg Clayton2014-08-121-1/+3
* Fix iohandler prompt race condition.Todd Fiala2014-08-122-1/+37
OpenPOWER on IntegriCloud