[Lldb-commits] [PATCH] D74295: [lldb] [testsuite] TestGdbRemoteLibrariesSvr4Support: Fix symlinked builddir

2020-02-09 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added reviewers: aadsm, labath. jankratochvil added a project: LLDB. jankratochvil added a comment. That testcase has been created by D62502 . When I have symlinked builddir on Fedora 31 x86_64 I get: FAIL: te

[Lldb-commits] [PATCH] D74295: [lldb] [testsuite] TestGdbRemoteLibrariesSvr4Support: Fix symlinked builddir

2020-02-09 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. That testcase has been created by D62502 . Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74295/new/ https://reviews.llvm.org/D74295 ___ l

[Lldb-commits] [lldb] 420a518 - [lldb] [testsuite] TestGdbRemoteLibrariesSvr4Support: Fix symlinked builddir

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T14:49:38+01:00 New Revision: 420a51806850a20ebf4144699457de84513f6abc URL: https://github.com/llvm/llvm-project/commit/420a51806850a20ebf4144699457de84513f6abc DIFF: https://github.com/llvm/llvm-project/commit/420a51806850a20ebf4144699457de84513f6abc.diff

[Lldb-commits] [PATCH] D74295: [lldb] [testsuite] TestGdbRemoteLibrariesSvr4Support: Fix symlinked builddir

2020-02-09 Thread Jan Kratochvil via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG420a51806850: [lldb] [testsuite] TestGdbRemoteLibrariesSvr4Support: Fix symlinked builddir (authored by jankratochvil). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.

[Lldb-commits] [lldb] 0ea4d18 - [LLDB] [doc] Update the current status of pkgsrc (NetBSD) building

2020-02-09 Thread Kamil Rytarowski via lldb-commits
Author: Kamil Rytarowski Date: 2020-02-09T15:01:17+01:00 New Revision: 0ea4d18a288bf2a4010632f841b421e1bdc5072a URL: https://github.com/llvm/llvm-project/commit/0ea4d18a288bf2a4010632f841b421e1bdc5072a DIFF: https://github.com/llvm/llvm-project/commit/0ea4d18a288bf2a4010632f841b421e1bdc5072a.di

[Lldb-commits] [lldb] 5a285f2 - [LLDB] [doc] Remove note about libpanel(3) and NetBSD

2020-02-09 Thread Kamil Rytarowski via lldb-commits
Author: Kamil Rytarowski Date: 2020-02-09T15:01:17+01:00 New Revision: 5a285f207e109221572a0aabc83f2bce521322bd URL: https://github.com/llvm/llvm-project/commit/5a285f207e109221572a0aabc83f2bce521322bd DIFF: https://github.com/llvm/llvm-project/commit/5a285f207e109221572a0aabc83f2bce521322bd.di

[Lldb-commits] [lldb] 8b37e1e - [lldb] [doc] Testing: Fix typos

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T15:11:38+01:00 New Revision: 8b37e1e5ac090a498eb4940be3264e9d5ba8c97c URL: https://github.com/llvm/llvm-project/commit/8b37e1e5ac090a498eb4940be3264e9d5ba8c97c DIFF: https://github.com/llvm/llvm-project/commit/8b37e1e5ac090a498eb4940be3264e9d5ba8c97c.diff

[Lldb-commits] [PATCH] D74296: [lldb] [doc] Sample commands prefix from > to $

2020-02-09 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added a reviewer: JDevlieghere. jankratochvil added a project: LLDB. Remove all beginning `> ` from the sample commands as my accidental copy-paste (multiple times...) will discard `./bin/llvm-lit` which is difficult to rebuild (I have to `rm -r

[Lldb-commits] [lldb] 74857b4 - [lldb] [doc] Status: Debugserver (remote debugging) is OK now

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T15:22:36+01:00 New Revision: 74857b4260ec9db8d688c2d377a5f370efc150b4 URL: https://github.com/llvm/llvm-project/commit/74857b4260ec9db8d688c2d377a5f370efc150b4 DIFF: https://github.com/llvm/llvm-project/commit/74857b4260ec9db8d688c2d377a5f370efc150b4.diff

[Lldb-commits] [lldb] 273f638 - [LLDB] [doc] Document NetBSD status and sort OSs alphabetically

2020-02-09 Thread Kamil Rytarowski via lldb-commits
Author: Kamil Rytarowski Date: 2020-02-09T18:02:07+01:00 New Revision: 273f638384d69f71838978001bf2f542d472b5f9 URL: https://github.com/llvm/llvm-project/commit/273f638384d69f71838978001bf2f542d472b5f9 DIFF: https://github.com/llvm/llvm-project/commit/273f638384d69f71838978001bf2f542d472b5f9.di

[Lldb-commits] [lldb] 9d223a0 - [lldb] [doc] Status: Linux: Update the paragraph

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T18:13:04+01:00 New Revision: 9d223a0106d0bde18aa6e353ec338206b235e3f2 URL: https://github.com/llvm/llvm-project/commit/9d223a0106d0bde18aa6e353ec338206b235e3f2 DIFF: https://github.com/llvm/llvm-project/commit/9d223a0106d0bde18aa6e353ec338206b235e3f2.diff

[Lldb-commits] [PATCH] D73206: Pass `CompileUnit *` along `DWARFDIE` for DWZ

2020-02-09 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. In D73206#1859944 , @labath wrote: > From a high-level, this approach looks like it could be viable. However, you > have taken this a lot further than I would have expected. What I was > expecting to see would be that a bun

[Lldb-commits] [lldb] 512c03b - [DebugInfo] Add a DWARFDataExtractor constructor that takes ArrayRef

2020-02-09 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2020-02-09T17:45:32-08:00 New Revision: 512c03bac449d8d40c5fc8d0ff1719f887c7fdc3 URL: https://github.com/llvm/llvm-project/commit/512c03bac449d8d40c5fc8d0ff1719f887c7fdc3 DIFF: https://github.com/llvm/llvm-project/commit/512c03bac449d8d40c5fc8d0ff1719f887c7fdc3.diff