[Lldb-commits] [PATCH] D114668: [lldb] Move generic DWARFASTParser code out of Clang-specific code

2021-11-27 Thread Luís Ferreira via Phabricator via lldb-commits
ljmf00 created this revision. ljmf00 added a project: LLDB. Herald added subscribers: JDevlieghere, mgorny. Herald added a reviewer: shafik. ljmf00 requested review of this revision. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D114668 F

[Lldb-commits] [PATCH] D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided.

2021-11-27 Thread Serhiy Redko via Phabricator via lldb-commits
serhiy.redko updated this revision to Diff 390182. serhiy.redko edited the summary of this revision. serhiy.redko added a comment. As requested DAP now reports an error in case debug configuration contains unused target related keys ("program", "coreFile" etc) along with "launchCommands" or "a