Forum Replies Created
-
AuthorPosts
-
walli7
ParticipantI have now installed a never version of GDB which is supported. Now the mi issue does not exist anymore.
But I get the error “Failed to start DGB Session.” “^error,msg=”Couldn’t get registers: Device busy.”
-
This reply was modified 5 years, 5 months ago by
walli7.
walli7
ParticipantI’m using GNU gdb 6.1.1
But it still does not work.
(gdb begin)
— GDB Session —
VisualGDB is licensed to [censored]
~”GNU gdb 6.1.1 [FreeBSD]\n”
~”Copyright 2004 Free Software Foundation, Inc.\n”
~”GDB is free software, covered by the GNU General Public License, and you are\n”
~”welcome to change it and/or distribute copies of it under certain conditions.\n”
~”Type \”show copying\” to see the conditions.\n”
~”There is absolutely no warranty for GDB. Type \”show warranty\” for details.\n”
~”This GDB was configured as \”i386-marcel-freebsd\”…”
-gdb-version
~”\n”
~”GNU gdb 6.1.1 [FreeBSD]\n”
~”Copyright 2004 Free Software Foundation, Inc.\n”
~”GDB is free software, covered by the GNU General Public License, and you are\n”
~”welcome to change it and/or distribute copies of it under certain conditions.\n”
~”Type \”show copying\” to see the conditions.\n”
~”There is absolutely no warranty for GDB. Type \”show warranty\” for details.\n”
~”This GDB was configured as \”i386-marcel-freebsd\”.\n”
^done
Warning: you are using an old GDB (s01) that has known issues. Please update to a newer version.
-list-features
^error,msg=”Undefined MI command: list-features”
-gdb-set verbose on
^done
-gdb-set disassembly-flavor intel
001^done
^done
-gdb-set print demangle off
^done
-break-insert -f main
&”mi_cmd_break_insert: Unknown optionf”\n”
^error,msg=”mi_cmd_break_insert: Unknown optionf””
-break-insert main
-gdb-set index-cache directory /VisualGDB/app/Debug/GDBSymbolCache
&”No symbol \”index\” in current context.\n”
^error,msg=”No symbol \”index\” in current context.”
-gdb-set index-cache on
&”No symbol \”index\” in current context.\n”
^error,msg=”No symbol \”index\” in current context.”
-inferior-tty-set /dev/pts/3
^error,msg=”Undefined MI command: inferior-tty-set”
t 0x83fef6b <_ZN10CLoginData6SetKeyEj+11>.\n”
^done
-file-list-exec-source-files
^error,msg=”Undefined mi command: file-list-exec-source-files (missing implementation)”
-data-evaluate-expression “sizeof(void *)”
^done,value=”4″
-target-attach 58121
^error,msg=”Undefined mi command: target-attach (missing implementation)”-
This reply was modified 5 years, 5 months ago by
walli7.
-
This reply was modified 5 years, 5 months ago by
-
AuthorPosts