You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i have a problem. when i was debugging a program using gdb-peda, i got a feedback like this:
gdb-peda$ attach 1584
'Undefined command: c\x00\x00\x00o\x00\x00\x00n\x00\x00\x00t\x00\x00\x00e\x00\x00\x00x\x00\x00\x00t\x00\x00\x00. Try "peda help"'
'Undefined command: s\x00\x00\x00e\x00\x00\x00s\x00\x00\x00s\x00\x00\x00i\x00\x00\x00o\x00\x00\x00n\x00\x00\x00. Try "peda help"'
before debugging, i fininshed the installation of peda:
git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit
what's wrong with my peda? please help me!
The text was updated successfully, but these errors were encountered:
my python version is :
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
gdb version is:
fusion@fusion:~$ gdb -v
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
my python version is :
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
gdb version is:
fusion@fusion:~$ gdb -v
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
hi, i have a problem. when i was debugging a program using gdb-peda, i got a feedback like this:
gdb-peda$ attach 1584
'Undefined command: c\x00\x00\x00o\x00\x00\x00n\x00\x00\x00t\x00\x00\x00e\x00\x00\x00x\x00\x00\x00t\x00\x00\x00. Try "peda help"'
'Undefined command: s\x00\x00\x00e\x00\x00\x00s\x00\x00\x00s\x00\x00\x00i\x00\x00\x00o\x00\x00\x00n\x00\x00\x00. Try "peda help"'
before debugging, i fininshed the installation of peda:
git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit
what's wrong with my peda? please help me!
The text was updated successfully, but these errors were encountered: