[Lldb-commits] [PATCH] D61483: [www] list command: lldb run

2019-05-05 Thread Konrad Wilhelm Kleine via Phabricator via lldb-commits
kwk added a comment. In D61483#1489264 , @labath wrote: > This is the old documentation. You should edit the new one in > `docs/use/map.rst`. Oh, good to know. The new documentation is also updated. May I ask why we have two documentation and don't jus

[Lldb-commits] [PATCH] D61483: [www] list command: lldb run

2019-05-05 Thread Konrad Kleine via Phabricator via lldb-commits
kkleine updated this revision to Diff 198223. kkleine added a comment. - [www] move `run ` command down for educational purposes - Add documentation to docs/use/map.rst Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61483/new/ https://reviews.llvm.o

[Lldb-commits] [PATCH] D61292: Include inlined functions when figuring out a contiguous address range

2019-05-05 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. The test changes look fine to me. Thank you for doing that. Comment at: lldb/unittests/Symbol/TestLineEntry.cpp:96-122 +llvm::Expected LineEntryTest::GetModule() { + if (m_module_sp) +return m_module_sp; + + std::stri

[Lldb-commits] [PATCH] D61579: Propagate command interpreter errors from lldlbinit

2019-05-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: clayborg, labath, jingham. Herald added a subscriber: abidh. Herald added a project: LLDB. JDevlieghere added a parent revision: D61578: [Driver] Add command line option to allow loading local lldbinit file. This patch ensures that

[Lldb-commits] [PATCH] D61578: [Driver] Add command line option to allow loading local lldbinit file

2019-05-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: clayborg, labath, jingham. Herald added a project: LLDB. JDevlieghere added a parent revision: D61577: [Driver] Change the way we deal with local lldbinit files.. This patch adds a command line flag that allows lldb to load local l

[Lldb-commits] [PATCH] D61577: [Driver] Change the way we deal with local lldbinit files.

2019-05-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: clayborg, labath, jingham. Herald added a project: LLDB. Currently we have special handling for local lldbinit files in the driver. At the same time, we have an SB API named `SourceInitFileInCurrentWorkingDirectory` that does the

[Lldb-commits] [lldb] r359992 - [test] Remove randomness

2019-05-05 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Sun May 5 11:54:16 2019 New Revision: 359992 URL: http://llvm.org/viewvc/llvm-project?rev=359992&view=rev Log: [test] Remove randomness This particular test fails once every so many runs on GreenDragon. Given that the randomness in the inferior isn't critical to the te

[Lldb-commits] [PATCH] D61543: Initialization: move InstructionEmulation to full initialization

2019-05-05 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This looks much better, though I'd just change one tiny thing: in the macro "canonicalization" step, I'd define a custom macro, instead of reusing one of the system ones (`_M_ARM` and friends), as those are reserved identifiers and it's bad

[Lldb-commits] [lldb] r359978 - [lldb] [lit] Simplify general-purpose register tests

2019-05-05 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Sun May 5 05:06:32 2019 New Revision: 359978 URL: http://llvm.org/viewvc/llvm-project?rev=359978&view=rev Log: [lldb] [lit] Simplify general-purpose register tests Use output constraints for specific general-purpose registers in order to simplify the tests. They save us fro

[Lldb-commits] [lldb] r359977 - [lldb] [lit] Fix more filename mismatches in Register tests

2019-05-05 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Sun May 5 05:06:22 2019 New Revision: 359977 URL: http://llvm.org/viewvc/llvm-project?rev=359977&view=rev Log: [lldb] [lit] Fix more filename mismatches in Register tests Modified: lldb/trunk/lit/Register/x86-gp-write.test lldb/trunk/lit/Register/x86-ymm-write.test

[Lldb-commits] [PATCH] D61565: Ignore generated @import statements in the expression evaluator to fix import-std-module tests on macOS

2019-05-05 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. teemperor added reviewers: aprantl, shafik. teemperor added a project: C++ modules in LLDB. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. The ClangModulesDeclVendor is currently interpreting all injected `@import` statements in our express