-
Notifications
You must be signed in to change notification settings - Fork 745
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
Missing function handle_bnj_arm
#1481
Comments
Hi, this function |
pls test this #1483 and report it here thx |
Hm, I ran into a different problem when trying to test. Now qdb doesn't open for me using this:
I was running on master before. Using |
can you provide the sample binary for fixing this ? |
Here is my script and the program I'm trying to run: qdb_issue.zip My scripts runs the program until the start of main and then makes a snapshot to start faster next time. Also I run without multithread after loading the snapshot but it doesn't make a difference regarding qdb if run with it on. It only crashes with different errors, either |
With qdb I was going to set a breakpoint at |
hi i couldn't repro the error u got cuz a missing library could you pls check again for me ? |
Oops, sorry. I must have accidentally tested with my snapshot file. There were a whole bunch of libs missing. Here they are: missing_libs.tar.gz. Just put them in rootfs/lib. (This actually xz compressed to get under Github's 25 MB limit but they don't support xz files so I had to rename it...) |
I got a crash in branch_predictor_arm.py where it tries to call
handle_bnj_arm
.I didn't find any definition and no other use of it in the codebase. Is it an old function that has been removed?
The text was updated successfully, but these errors were encountered: