llvm-project/lldb/source/Plugins/Process/POSIX
Chaoren Lin d3173f34e8 Refactor many file functions to use FileSpec over strings.
Summary:
This should solve the issue of sending denormalized paths over gdb-remote
if we stick to GetPath(false) in GDBRemoteCommunicationClient, and let the
server handle any denormalization.

Reviewers: ovyalov, zturner, vharron, clayborg

Reviewed By: clayborg

Subscribers: tberghammer, emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D9728

llvm-svn: 238604
2015-05-29 19:52:29 +00:00
..
CMakeLists.txt Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
CrashReason.cpp Report inferior SIGSEGV as a signal instead of an exception on linux 2015-05-29 10:13:03 +00:00
CrashReason.h Share crash information between LLGS and local POSIX debugging with 2015-02-03 01:51:25 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
POSIXStopInfo.cpp Share crash information between LLGS and local POSIX debugging with 2015-02-03 01:51:25 +00:00
POSIXStopInfo.h Share crash information between LLGS and local POSIX debugging with 2015-02-03 01:51:25 +00:00
POSIXThread.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
POSIXThread.h Remove virtual and add override for lots of function. 2015-03-25 15:37:56 +00:00
ProcessMessage.cpp Share crash information between LLGS and local POSIX debugging with 2015-02-03 01:51:25 +00:00
ProcessMessage.h Share crash information between LLGS and local POSIX debugging with 2015-02-03 01:51:25 +00:00
ProcessPOSIX.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
ProcessPOSIX.h Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
ProcessPOSIXLog.cpp Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging 2015-03-11 21:14:22 +00:00
ProcessPOSIXLog.h Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging 2015-03-11 21:14:22 +00:00
RegisterContextPOSIXProcessMonitor_arm.cpp Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIXProcessMonitor_arm.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIXProcessMonitor_arm64.cpp Create NativeRegisterContext for android-arm64 2015-03-13 11:36:47 +00:00
RegisterContextPOSIXProcessMonitor_arm64.h Linux ARM64: add ProcessMonitor-related RegisterContext support. 2014-09-02 14:50:01 +00:00
RegisterContextPOSIXProcessMonitor_mips64.cpp Don't #include ClangPersistentVariables.h from Process.h 2015-03-03 21:05:17 +00:00
RegisterContextPOSIXProcessMonitor_mips64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.cpp Don't #include ClangPersistentVariables.h from Process.h 2015-03-03 21:05:17 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextPOSIXProcessMonitor_x86.cpp Don't #include ClangPersistentVariables.h from Process.h 2015-03-03 21:05:17 +00:00
RegisterContextPOSIXProcessMonitor_x86.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00