First GDB Script
Here I added my first GDB macro functions in the file $HOME/.gdbinit to dump the content of task array.
- define tasks
- x/210u *((unsigned int*) tobj+1)
- end
- document tasks
- Display content of tasks.
- end
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home