[Lldb-commits] [PATCH] D73860: [lldb/StringPrinter] Avoid reading garbage in uninitialized strings

2020-02-02 Thread Vedant Kumar via Phabricator via lldb-commits
vsk created this revision. vsk added reviewers: teemperor, shafik, jingham. Herald added a subscriber: christof. This patch fixes two distinct but related out-of-bounds read bugs in string data formatters. Both issues have to do with mishandling of un- initialized strings. These manifest as ASan e

[Lldb-commits] [PATCH] D70847: [lldb] Set executable module when adding modules to the Target

2020-02-02 Thread Anton Kolesov via Phabricator via lldb-commits
anton.kolesov added a comment. My original patch was changing lldb-vscode - it was creating a new Target object with ELF given to a constructor. That patch, though definitely would need an update - it should delete the original empty target after creating the new one, but it was leaving it aliv

[Lldb-commits] [PATCH] D73847: `Debug` (but not `Release`): error: undefined reference to `ThreadPlanCallFunctionUsingABI` ctor && `ThreadPlanCallUserExpression` ctor

2020-02-02 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added reviewers: labath, xiaobai. jankratochvil added a project: LLDB. Herald added subscribers: usaxena95, dmgreen, jfb, kadircet, dexonsmith, modocache, ilya-biryukov, aprantl, mehdi_amini, mgorny. Herald added a reviewer: jdoerfert. jankratochv

[Lldb-commits] [PATCH] D73847: `Debug` (but not `Release`): error: undefined reference to `ThreadPlanCallFunctionUsingABI` ctor && `ThreadPlanCallUserExpression` ctor

2020-02-02 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. Functions are defined in: `./lib/liblldbTarget.a` = `lldb/source/Target/CMakeLists.txt` Functions are needed in: `./lib/liblldbExpression.a` = `lldb/source/Expression/CMakeLists.txt` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://revie