[Lldb-commits] [PATCH] D58125: Add ability to import std module into expression parser to improve C++ debugging

2019-03-03 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor updated this revision to Diff 189089. teemperor added a comment. - Remove libc++ dependency from sysroot test. - Small format fix for sysroot Makefile CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58125/new/ https://reviews.llvm.org/D58125 Files: lldb/include/lldb/Expressio

[Lldb-commits] [PATCH] D58125: Add ability to import std module into expression parser to improve C++ debugging

2019-03-03 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor updated this revision to Diff 189086. teemperor added a comment. - Added sysroot test. - Moved build flags into `MANDATORY_CXXMODULE_BUILD_FLAGS` make variable. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58125/new/ https://reviews.llvm.org/D58125 Files: lldb/include/lldb

[Lldb-commits] [PATCH] D58527: [lldb] [test] Mark failing tests XFAIL on NetBSD

2019-03-03 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Thanks. I'm going to retest/update it for master first. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58527/new/ https://reviews.llvm.org/D58527 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists

[Lldb-commits] [PATCH] D58527: [lldb] [test] Mark failing tests XFAIL on NetBSD

2019-03-03 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski accepted this revision. krytarowski added a comment. Feel free to commit this and next without review. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58527/new/ https://reviews.llvm.org/D58527 ___ lldb-commits mailing list lldb-c

[Lldb-commits] [PATCH] D58883: [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()

2019-03-03 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL355285: [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally() (authored by mgorny, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit:

[Lldb-commits] [PATCH] D58527: [lldb] [test] Mark failing tests XFAIL on NetBSD

2019-03-03 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. In general, feel free to add/remove the netbsd decorators as you see fit (or in consulation with kamil or whatever). CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58527/new/ https://

[Lldb-commits] [lldb] r355285 - [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()

2019-03-03 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Sun Mar 3 04:42:43 2019 New Revision: 355285 URL: http://llvm.org/viewvc/llvm-project?rev=355285&view=rev Log: [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally() Use '127.0.0.1' instead of 'localhost' in ConnectLocally() function as this is the specific address