summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-7/+7
* Fix broken tests due to new error output.Todd Fiala2014-07-081-7/+7
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-7/+7
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-3/+22
* Fix Windows warnings.Todd Fiala2014-05-281-0/+3
* Add a lock ivar to the Platform so that multiple TargetsJason Molenda2014-05-231-3/+8
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+2
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-1/+1
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-1/+14
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-1/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+2
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-3/+3
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-0/+14
* Fix MSVC buildColin Riley2013-11-261-0/+5
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-12/+337
* Turns out the number of times you need to resume the process for /bin/sh depe...Jim Ingham2013-09-111-1/+1
* Changing the default shell to /bin/sh brought up a long-standing bug on OS X,Jim Ingham2013-09-101-1/+3
* Add OptionParser.hVirgile Bello2013-09-051-7/+7
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+267
* Fix various build warnings.Matt Kopec2013-06-031-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-10/+11
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-4/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda2013-04-051-0/+31
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* <rdar://problem/12973809> Greg Clayton2013-01-111-3/+3
* <rdar://problem/12990038>Greg Clayton2013-01-111-8/+40
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-1/+1
* <rdar://problem/12586350>Enrico Granata2012-11-081-0/+6
* <rdar://problem/11374963>Greg Clayton2012-09-121-0/+16
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+7
* When the Platform launches a process for debugging, make sure it goes into a ...Jim Ingham2012-06-011-0/+5
* <rdar://problem/11240464>Greg Clayton2012-05-151-0/+6
* <rdar://problem/11358639>Greg Clayton2012-05-081-14/+24
* Added a new host function that allows us to run shell command and get the out...Greg Clayton2012-04-141-1/+6
* <rdar://problem/11113279>Greg Clayton2012-03-261-0/+12
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-2/+57
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-23/+7
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-1/+6
* Use a pseudoterminal for local processes if no STDIO redirection or otherGreg Clayton2011-11-171-0/+10
* Fixed the issue that was causing our monitor process threads to crash, it Greg Clayton2011-11-171-0/+8
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-9/+3
* Added the ability for the target to specify Modules that will not be searchedJim Ingham2011-10-281-1/+0
* Patch for "process load" by Filipe Cabecinhas.Greg Clayton2011-08-111-0/+8
* Added the notion of an system root for SDKs. This is a directory where allGreg Clayton2011-06-171-0/+2
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-5/+9
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-4/+66
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-32/+101
OpenPOWER on IntegriCloud