[Lldb-commits] [lldb] 10c309a - Removing test...

2021-05-11 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-05-11T18:27:37-07:00 New Revision: 10c309ad81e2be156ab44a83ee56cddea20637cc URL: https://github.com/llvm/llvm-project/commit/10c309ad81e2be156ab44a83ee56cddea20637cc DIFF: https://github.com/llvm/llvm-project/commit/10c309ad81e2be156ab44a83ee56cddea20637cc.diff LO

[Lldb-commits] [lldb] 0f2eb7e - This test is failing on Linux, skip while I investigate.

2021-05-11 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-05-11T18:13:56-07:00 New Revision: 0f2eb7e6e5dc2c1b5d1080160733b3a49e00c99c URL: https://github.com/llvm/llvm-project/commit/0f2eb7e6e5dc2c1b5d1080160733b3a49e00c99c DIFF: https://github.com/llvm/llvm-project/commit/0f2eb7e6e5dc2c1b5d1080160733b3a49e00c99c.diff LO

[Lldb-commits] [PATCH] D102085: Add an "interrupt timeout" to Process, fix a bug in handling interrupt timeouts in

2021-05-11 Thread Jim Ingham via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG9558b602b22c: Add an "interrupt timeout" to Process, and pipe that through the (authored by jingham). Repository: rG LLVM Github Monorepo CHANGES

[Lldb-commits] [lldb] 9558b60 - Add an "interrupt timeout" to Process, and pipe that through the

2021-05-11 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-05-11T11:57:08-07:00 New Revision: 9558b602b22cb7d681757c5f56d941e39a9d9d19 URL: https://github.com/llvm/llvm-project/commit/9558b602b22cb7d681757c5f56d941e39a9d9d19 DIFF: https://github.com/llvm/llvm-project/commit/9558b602b22cb7d681757c5f56d941e39a9d9d19.diff LO

[Lldb-commits] [PATCH] D101539: Add null-pointer checks when accessing a TypeSystem's SymbolFile

2021-05-11 Thread Augusto Noronha via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGec28e43e0154: Add null-pointer checks when accessing a TypeSystem's SymbolFile (authored by augusto2112). Repository: rG LLVM Github Monorepo CHA

[Lldb-commits] [lldb] ec28e43 - Add null-pointer checks when accessing a TypeSystem's SymbolFile

2021-05-11 Thread Augusto Noronha via lldb-commits
Author: Augusto Noronha Date: 2021-05-11T13:15:20-03:00 New Revision: ec28e43e01540a57f8822b2efb8638996873f945 URL: https://github.com/llvm/llvm-project/commit/ec28e43e01540a57f8822b2efb8638996873f945 DIFF: https://github.com/llvm/llvm-project/commit/ec28e43e01540a57f8822b2efb8638996873f945.dif

[Lldb-commits] [PATCH] D101390: Change Target::ReadMemory to ensure the amount of memory read from the file-cache is the amount requested.

2021-05-11 Thread Augusto Noronha via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. augusto2112 marked an inline comment as done. Closed by commit rG6c82b8a378a6: Change Target::ReadMemory to ensure the amount of memory read from the file… (authored by

[Lldb-commits] [lldb] 6c82b8a - Change Target::ReadMemory to ensure the amount of memory read from the file-cache is the amount requested.

2021-05-11 Thread Augusto Noronha via lldb-commits
Author: Augusto Noronha Date: 2021-05-11T13:07:11-03:00 New Revision: 6c82b8a378a6f59e94a81d91225db4fabf6e2bff URL: https://github.com/llvm/llvm-project/commit/6c82b8a378a6f59e94a81d91225db4fabf6e2bff DIFF: https://github.com/llvm/llvm-project/commit/6c82b8a378a6f59e94a81d91225db4fabf6e2bff.dif

[Lldb-commits] [PATCH] D101893: [Process/elf-core] Read PID from FreeBSD prpsinfo

2021-05-11 Thread Ed Maste via Phabricator via lldb-commits
emaste added a comment. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101893/new/ https://reviews.llvm.org/D101893 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D101086: [lldb] [Process/elf-core] Fix reading FPRs from FreeBSD/i386 cores

2021-05-11 Thread Ed Maste via Phabricator via lldb-commits
emaste added a comment. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101086/new/ https://reviews.llvm.org/D101086 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D101539: Add null-pointer checks when accessing a TypeSystem's SymbolFile

2021-05-11 Thread Augusto Noronha via Phabricator via lldb-commits
augusto2112 updated this revision to Diff 344368. augusto2112 added a comment. Update test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101539/new/ https://reviews.llvm.org/D101539 Files: lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp ll

[Lldb-commits] [PATCH] D101903: [LLDB] Don't use the local python to set a default for LLDB_PYTHON_RELATIVE_PATH when cross compiling.

2021-05-11 Thread Martin Storsjö via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3f03877f5a83: [LLDB] Don't use the local python to set a default for… (authored by mstorsjo). Changed prior to commit: https://reviews.llvm.org/D101903?vs=343017&id=344349#toc Repository: rG LLVM Git

[Lldb-commits] [lldb] 3f03877 - [LLDB] Don't use the local python to set a default for LLDB_PYTHON_RELATIVE_PATH when cross compiling.

2021-05-11 Thread Martin Storsjö via lldb-commits
Author: Martin Storsjö Date: 2021-05-11T14:04:41+03:00 New Revision: 3f03877f5a838973d0d22f6b45c112228319f4da URL: https://github.com/llvm/llvm-project/commit/3f03877f5a838973d0d22f6b45c112228319f4da DIFF: https://github.com/llvm/llvm-project/commit/3f03877f5a838973d0d22f6b45c112228319f4da.diff

[Lldb-commits] [PATCH] D101390: Change Target::ReadMemory to ensure the amount of memory read from the file-cache is the amount requested.

2021-05-11 Thread Jason Molenda via Phabricator via lldb-commits
jasonmolenda accepted this revision. jasonmolenda added a comment. This revision is now accepted and ready to land. LGTM! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101390/new/ https://reviews.llvm.org/D101390 __