..
Condition.cpp
cleanup unreferenced functions
2014-03-20 06:08:36 +00:00
Editline.cpp
Cast EOF to get a proper comparison.
2015-02-12 05:31:46 +00:00
File.cpp
Avoid leaking log file descriptors into the inferior process.
2015-02-05 16:44:42 +00:00
FileCache.cpp
Move FileSystem functions out of Host and into their own classes.
2014-08-15 22:04:21 +00:00
FileSpec.cpp
Fix a handling of full path in break-insert.
2015-02-08 20:21:08 +00:00
Host.cpp
Create new platform: remote-android
2015-02-12 18:13:44 +00:00
HostInfoBase.cpp
Fix sorting. Spotted by emaste.
2015-02-08 21:34:29 +00:00
HostNativeThreadBase.cpp
Fix up the HostThread interface, making the interface simpler.
2014-09-23 18:32:09 +00:00
HostProcess.cpp
Create a process launcher abstraction.
2014-10-14 21:55:08 +00:00
HostThread.cpp
Change HostThread::GetNativeThread() to return a derived reference.
2014-11-17 22:42:57 +00:00
IOObject.cpp
Creates a socket host object.
2014-08-06 18:16:26 +00:00
Makefile
…
MonitoringProcessLauncher.cpp
Fix broken build after signature change of ResolveExecutable.
2014-11-17 21:30:58 +00:00
Mutex.cpp
Fixing warnings shouldn't introduce a crasher.
2014-07-18 18:32:45 +00:00
NativeBreakpoint.cpp
Moving header files from source/Host/common to proper location.
2015-02-03 01:51:38 +00:00
NativeBreakpointList.cpp
Moving header files from source/Host/common to proper location.
2015-02-03 01:51:38 +00:00
NativeProcessProtocol.cpp
Fix TestThreadSpecificBreakpoint with LLGS
2015-02-06 10:42:33 +00:00
NativeRegisterContext.cpp
Implement setting and clearing watchpoints.
2015-02-03 01:51:47 +00:00
NativeRegisterContextRegisterInfo.cpp
Moving header files from source/Host/common to proper location.
2015-02-03 01:51:38 +00:00
NativeThreadProtocol.cpp
Moving header files from source/Host/common to proper location.
2015-02-03 01:51:38 +00:00
NativeWatchpointList.cpp
Implement setting and clearing watchpoints.
2015-02-03 01:51:47 +00:00
OptionParser.cpp
Fix tests broken by the OptionValidator changes.
2014-07-09 16:32:07 +00:00
PipeBase.cpp
Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver - include reviews fixes.
2015-01-14 01:31:27 +00:00
ProcessRunLock.cpp
MingW compilation (windows). Includes various refactoring to improve portability.
2013-08-23 12:44:05 +00:00
Socket.cpp
Added Connection::GetURI()
2015-01-17 02:20:29 +00:00
SocketAddress.cpp
Fix Mingw build.
2015-02-11 10:14:13 +00:00
SoftwareBreakpoint.cpp
Moving header files from source/Host/common to proper location.
2015-02-03 01:51:38 +00:00
StringConvert.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
Symbols.cpp
Correct a standalone debug file path
2013-11-25 20:33:56 +00:00
Terminal.cpp
lldb: remove adhoc implementation of array_sizeof
2014-06-27 05:17:41 +00:00
ThisThread.cpp
Clean-up warnings on Linux/GCC
2014-09-16 06:34:29 +00:00
ThreadLauncher.cpp
If lldb is being built with ASAN instrumentation, have lldb
2015-01-29 06:28:36 +00:00
TimeValue.cpp
Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12)
2013-09-20 22:35:22 +00:00