summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Platform.cpp
AgeCommit message (Expand)Author
2014-08-15Move FileSystem functions out of Host and into their own classes.Zachary Turner
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-05-28Fix Windows warnings.Todd Fiala
2014-05-23Add a lock ivar to the Platform so that multiple TargetsJason Molenda
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-02-27Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton
2014-02-13Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda
2014-02-13The Platform base class now maintains a list of trap handlersJason Molenda
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2014-01-17Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci
2013-12-02Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton
2013-11-26Fix MSVC buildColin Riley
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-09-11Turns out the number of times you need to resume the process for /bin/sh depe...Jim Ingham
2013-09-10Changing the default shell to /bin/sh brought up a long-standing bug on OS X,Jim Ingham
2013-09-05Add OptionParser.hVirgile Bello
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-06-03Fix various build warnings.Matt Kopec
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-05Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-01-11<rdar://problem/12973809> Greg Clayton
2013-01-11<rdar://problem/12990038>Greg Clayton
2012-12-13Removed the == and != operators from ArchSpec, sinceSean Callanan
2012-11-08<rdar://problem/12586350>Enrico Granata
2012-09-12<rdar://problem/11374963>Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-06-01When the Platform launches a process for debugging, make sure it goes into a ...Jim Ingham
2012-05-15<rdar://problem/11240464>Greg Clayton
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-14Added a new host function that allows us to run shell command and get the out...Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton
2012-02-26Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2011-11-17Use a pseudoterminal for local processes if no STDIO redirection or otherGreg Clayton
2011-11-17Fixed the issue that was causing our monitor process threads to crash, it Greg Clayton
2011-11-15Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton
2011-10-28Added the ability for the target to specify Modules that will not be searchedJim Ingham
2011-08-11Patch for "process load" by Filipe Cabecinhas.Greg Clayton
2011-06-17Added the notion of an system root for SDKs. This is a directory where allGreg Clayton
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton