diff options
author | Antonio Afonso <antonio.afonso@gmail.com> | 2019-07-23 20:40:30 +0000 |
---|---|---|
committer | Antonio Afonso <antonio.afonso@gmail.com> | 2019-07-23 20:40:30 +0000 |
commit | 05e32bad137c80a7ff28f8f002ff0e9f614ad2af (patch) | |
tree | 5be360df78d6b3aebcd65c27f614d711e4b40164 /lldb/source/Plugins/Process/Linux | |
parent | cbbdc4183837dfea92cf840b93e0f12e2bcccffc (diff) | |
download | bcm5719-llvm-05e32bad137c80a7ff28f8f002ff0e9f614ad2af.tar.gz bcm5719-llvm-05e32bad137c80a7ff28f8f002ff0e9f614ad2af.zip |
Revert "Revert "Implement xfer:libraries-svr4:read packet""
This reverts commit 08c38f77c5fb4d3735ec215032fed8ee6730b3db.
llvm-svn: 366847
Diffstat (limited to 'lldb/source/Plugins/Process/Linux')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp index 7637237aa16..b40b70104ea 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp @@ -2076,4 +2076,4 @@ Status NativeProcessLinux::StopProcessorTracingOnThread(lldb::user_id_t traceid, m_processor_trace_monitor.erase(iter); return error; -} +}
\ No newline at end of file |