Skip to content

[lldb comparator] raise error if executable is not found #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Vipul-Cariappa
Copy link
Contributor

Example

idd -c lldb -ba ../../tmp/idd-demo/fib_loo -ra ../../tmp/idd-demo/fib_tail_cal
Traceback (most recent call last):
  File "/workspaces/cpp-py/opt/idd/idd.py", line 362, in <module>
    Debugger = LLDBDebugger(ba, ra)
  File "/workspaces/cpp-py/opt/idd/debuggers/lldb/lldb_driver.py", line 33, in __init__
    raise Exception(base_error.GetCString())
Exception: unable to find executable for '../../tmp/idd-demo/fib_loo'

@vgvassilev vgvassilev requested a review from mvassilev October 2, 2024 06:49
@vgvassilev vgvassilev merged commit 7232667 into compiler-research:main Oct 2, 2024
@Vipul-Cariappa Vipul-Cariappa deleted the error branch November 19, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants