summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-08-31 07:16:56 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-08-31 07:16:56 +0000
commit2c07a069b8e72dd820117c010aa569d3d1a180dd (patch)
tree65e62386ece3ea6e4652e9ad0996d832f99eff67 /lldb
parentfc05ee344ccead77e9674bfb075077c8c3221d1f (diff)
downloadbcm5719-llvm-2c07a069b8e72dd820117c010aa569d3d1a180dd.tar.gz
bcm5719-llvm-2c07a069b8e72dd820117c010aa569d3d1a180dd.zip
Update the Linux code to reflect the changes done by zturner in r280139
llvm-svn: 280200
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp2
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 49d57c0a0ad..49efeb883b0 100644
--- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
@@ -1687,7 +1687,7 @@ ParseMemoryRegionInfoFromProcMapsLine (const std::string &maps_line, MemoryRegio
line_extractor.GetU64(0, 10); // Read the inode number
line_extractor.SkipSpaces();
- const char* name = line_extractor.Peek();
+ const char* name = line_extractor.PeekChar();
if (name)
memory_region_info.SetName(name);
OpenPOWER on IntegriCloud