This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 48856d9 Fix jModulesInfo handling for cross-path syntax debugging new a92e501 [lldb-mi] Fix implementation for a few mi commands
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../test/tools/lldb-mi/TestMiEnvironmentCd.py | 36 +++++++++++++++++++ .../test/tools/lldb-mi/TestMiGdbSetShow.py | 41 ++++++++++++++++++++++ .../test/tools/lldb-mi/control/TestMiExec.py | 9 ++--- .../Python/lldbsuite/test/tools/lldb-mi/main.cpp | 16 ++++++++- .../test/tools/lldb-mi/syntax/TestMiSyntax.py | 1 + tools/lldb-mi/MICmdCmdEnviro.cpp | 7 ++++ tools/lldb-mi/MICmdCmdGdbSet.cpp | 34 ++++++++++++++++++ tools/lldb-mi/MICmdCmdGdbSet.h | 1 + tools/lldb-mi/MICmdCmdGdbShow.cpp | 22 ++++++++++++ tools/lldb-mi/MICmdCmdGdbShow.h | 1 + tools/lldb-mi/MICmdCmdMiscellanous.cpp | 20 +++++++---- tools/lldb-mi/MICmdCmdTarget.cpp | 1 + tools/lldb-mi/MICmnMIOutOfBandRecord.cpp | 8 +++++ tools/lldb-mi/MICmnMIOutOfBandRecord.h | 4 ++- 14 files changed, 189 insertions(+), 12 deletions(-) create mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py