We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GEF: rev:295cbf7afa5fd59a88c066e478bd3ef22760a6de (Git - clean) GDB: 12.1 GDB-Python: 3.10
Ubuntu
No Stack and Code segment
I use openocd to debug my STM32 chip. openocd command:
openocd -f /usr/share/openocd/scripts/interface/stlink.cfg -f /usr/share/openocd/scripts/target/stm32f1x.cfg
gdb-multiarch command:
file <xxx> # my ELF file b * loop gef-remote localhost 3333
I can see there is no Code or Stack segment.
I can see stack value and code only when i type the command like
x/10x $sp disass $pc
The text was updated successfully, but these errors were encountered:
Please use gef-extras. See this PR for a work in progress. You could help test it out, in fact.
gef-extras
You'll need to checkout the branch from this PR to get the memory maps working. You'll use pi set_arch("ARMOpenOCD") to get it working.
pi set_arch("ARMOpenOCD")
Sorry, something went wrong.
No branches or pull requests
GEF+GDB version
Operating System
Ubuntu
Describe the issue you encountered
No Stack and Code segment
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
I use openocd to debug my STM32 chip.
openocd command:
gdb-multiarch command:
I can see there is no Code or Stack segment.
I can see stack value and code only when i type the command like
The text was updated successfully, but these errors were encountered: