Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8
# 3d86eebd 11-Jun-2024 Chelsea Cassanova <chelsea_cassanova@apple.com>

Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95181)

…andOverrideCallback (#94518)"

This reverts commit 7cff05ada05e87408966d56b4c1675033187ff5c. The API
test that was

Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95181)

…andOverrideCallback (#94518)"

This reverts commit 7cff05ada05e87408966d56b4c1675033187ff5c. The API
test that was added erroneously imports a module that isn't needed and
wouldn't be found which causes a test failures. This reversion removes
that import.

show more ...


# 6fb6eba9 11-Jun-2024 Chelsea Cassanova <chelsea_cassanova@apple.com>

[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallback (#94518)

`SBCommandInterpreter::CommandOverrideCallback` was not being exposed to
the Python API and has no coverage

[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallback (#94518)

`SBCommandInterpreter::CommandOverrideCallback` was not being exposed to
the Python API and has no coverage in the
API test suite, so this commits exposes and adds a test for it. Doing
this involves also adding a typemap for the callback used for this
function so that it matches the functionality of other callback
functions that are exposed to Python.

show more ...