[Lldb-commits] [PATCH] D126367: [lldb] Add gnu-debuglink support for Windows PE/COFF

2022-06-05 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun updated this revision to Diff 434308. alvinhochun added a comment. Fixed loading gnu-debuglink for x86 Windows and added a test for it. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126367/new/ https://reviews.llvm.org/D126367 Files:

[Lldb-commits] [PATCH] D126367: [lldb] Add gnu-debuglink support for Windows PE/COFF

2022-06-05 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun updated this revision to Diff 434309. alvinhochun added a comment. Debug-- Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126367/new/ https://reviews.llvm.org/D126367 Files: lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp

[Lldb-commits] [PATCH] D127048: [lldb] Set COFF and PDB module env from default target triple

2022-06-05 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun created this revision. Herald added a subscriber: mstorsjo. Herald added a project: All. alvinhochun updated this revision to Diff 434316. alvinhochun added a comment. alvinhochun published this revision for review. Herald added a project: LLDB. Herald added a subscriber: lldb-commits.

[Lldb-commits] [PATCH] D127048: [lldb] Set COFF and PDB module env from default target triple

2022-06-05 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun updated this revision to Diff 434317. alvinhochun added a comment. Fixed tests Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127048/new/ https://reviews.llvm.org/D127048 Files: lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp l

[Lldb-commits] [PATCH] D127048: [lldb] Set COFF and PDB module env from default target triple

2022-06-05 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun updated this revision to Diff 434319. alvinhochun added a comment. Changed test requirement to be more accurate Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127048/new/ https://reviews.llvm.org/D127048 Files: lldb/source/Plugins/Obj

[Lldb-commits] [PATCH] D127048: [lldb] Set COFF and PDB module env from default target triple

2022-06-05 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun updated this revision to Diff 434321. alvinhochun added a comment. Fixed tests again Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127048/new/ https://reviews.llvm.org/D127048 Files: lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.c

[Lldb-commits] [PATCH] D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers

2022-06-05 Thread Venkata Ramanaiah Nalamothu via Phabricator via lldb-commits
RamNalamothu added a comment. Does this look good now to land? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D50304/new/ https://reviews.llvm.org/D50304 ___ lldb-commits mailing list lldb-commits@lists.ll

[Lldb-commits] [PATCH] D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID

2022-06-05 Thread Venkata Ramanaiah Nalamothu via Phabricator via lldb-commits
RamNalamothu added a comment. Does this look good now to land? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D48865/new/ https://reviews.llvm.org/D48865 ___ lldb-commits mailing list lldb-commits@lists.ll

[Lldb-commits] [PATCH] D126464: [lldb] Add support to load object files from thin archives

2022-06-05 Thread Kaining Zhong via Phabricator via lldb-commits
PRESIDENT810 updated this revision to Diff 434391. PRESIDENT810 added a comment. Herald added a subscriber: mgorny. Add tests by introducing llvm-ar to produce thin archives CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126464/new/ https://reviews.llvm.org/D126464 Files: lldb/source/