summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fetching the parent frame may fail, handle that case. Patch from Tong Shen.Jim Ingham2014-08-112-3/+8
* Remove a few uses of LLDB_DISABLE_POSIX.Zachary Turner2014-08-111-4/+0
* Fix some typos:Sylvestre Ledru2014-08-111-2/+2
* Fix a thinko in the memory allocator that was causing us to strand an allocat...Jim Ingham2014-08-081-7/+9
* Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...Jim Ingham2014-08-081-12/+4
* Optimizations for FileSpec.Zachary Turner2014-08-071-8/+8
* When stepping, handle the case where the step leaves us withJim Ingham2014-08-064-4/+18
* If you found a step through plan stop looking up the stack for a step out plan.Jim Ingham2014-08-051-0/+3
* Add some useful logging to the step log.Jim Ingham2014-08-051-1/+1
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-021-2/+6
* (no commit message)Greg Clayton2014-07-301-1/+7
* Resolve the executable _before_ we try to get the module specifications.Greg Clayton2014-07-291-0/+5
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Target: silence a GCC warningSaleem Abdulrasool2014-07-231-1/+4
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-2/+5
* ABI for the Hexagon DSPDeepak Panickal2014-07-211-1/+33
* Add the ability to suppress the creation of a persistentJim Ingham2014-07-191-0/+2
* In Process::LoadImage, use the same function call both to call dlopen and to ...Jim Ingham2014-07-191-16/+25
* ReadPointedString takes a Stream not a DataBuffer.Jim Ingham2014-07-171-3/+3
* In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and...Jim Ingham2014-07-171-0/+25
* ^C wasn't interrupting an expression during a long evaluation or deadlock.Greg Clayton2014-07-161-2/+22
* Add Host::MAX_THREAD_NAME_LENGTH constant.Todd Fiala2014-07-161-4/+16
* If Process::Finalize() has been called, don't track process state changes.Greg Clayton2014-07-141-0/+3
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-13/+25
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-092-20/+20
* Add the ability to provide a "count" option to the various "thread step-*" op...Jim Ingham2014-07-081-11/+69
* Fix typos.Bruce Mitchener2014-07-083-3/+3
* Fix broken tests due to new error output.Todd Fiala2014-07-082-20/+20
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-083-6/+91
* Allow specification of no source display on stop.Todd Fiala2014-07-071-5/+4
* Adds the notion of an OptionValidator.Zachary Turner2014-07-032-20/+20
* Add enumerations for additional languages from DWARF spec updates.Bruce Mitchener2014-07-031-0/+9
* Add host layer support for pipes.Greg Clayton2014-07-021-46/+20
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-2/+2
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-2/+2
* Fix typos.Bruce Mitchener2014-07-015-14/+14
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-301-0/+2
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-305-3/+553
* Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.Todd Fiala2014-06-304-363/+757
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+16
OpenPOWER on IntegriCloud