diff options
| author | Dawn Perchik <dawn@burble.org> | 2016-01-06 00:03:43 +0000 |
|---|---|---|
| committer | Dawn Perchik <dawn@burble.org> | 2016-01-06 00:03:43 +0000 |
| commit | 07ac14fa4876c0cb34ecd7389326641a2c7931da (patch) | |
| tree | 3c1628adf05bb5fa5ba6865f90e3ffde4f3f653c /lldb/tools/lldb-mi | |
| parent | 226b734d73d23aa05984e350a6f3d96767e1736c (diff) | |
| download | bcm5719-llvm-07ac14fa4876c0cb34ecd7389326641a2c7931da.tar.gz bcm5719-llvm-07ac14fa4876c0cb34ecd7389326641a2c7931da.zip | |
Apply missed changes from svn r256863 "Add support for "source info" and use it to fix MI's -symbol-list-lines.".
Patch is part of Differential Revision: http://reviews.llvm.org/D15593
Differential Revision: http://reviews.llvm.org/D15904
llvm-svn: 256877
Diffstat (limited to 'lldb/tools/lldb-mi')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdSymbol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp b/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp index 6160d9b7ab2..abaa3924ddc 100644 --- a/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp +++ b/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp @@ -106,8 +106,8 @@ ParseLLDBLineAddressHeader(const char *input, CMIUtilString &file) { // Match LineEntry using regex. static MIUtilParse::CRegexParser g_lineentry_header_regex( - "^ *Lines for file (.+) in compilation unit (.+) in `(.+)$"); - // ^1=file ^2=cu ^3=module + "^ *Lines found for file (.+) in compilation unit (.+) in `(.+)$"); + // ^1=file ^2=cu ^3=module MIUtilParse::CRegexParser::Match match(4); |

