Skip to content

Script to facilitate debugging ARM assembly code with gdb

Notifications You must be signed in to change notification settings

samuelsimko/gdb4arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gdb4arm

About

This repository contains a script to compile ARM assembly source code, run the executable with qemu and connect it to gdb.

It is intended for educational purposes.

Required software

  • arm-linux-gnueabi-gcc
  • gdb
  • gdb-multiarch (for Ubuntu)
  • qemu-arm

Usage

$ ./gdb4arm.sh source_code_file.s [-a main]

Useful gdb commands

See https://www.tutorialspoint.com/gnu_debugger/gdb_commands.htm

About

Script to facilitate debugging ARM assembly code with gdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages