Ошибка GDB в переустановке точки останова (не может получить доступ к памяти)

Я пытаюсь получить GDB для установки точки останова в pcbsd10 (freebsd10).

Я скомпилировал мой код с символами отладки, и вот вывод из GDB

GNU gdb (GDB) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"and "show warranty" for details.
This GDB was configured as "x86_64-unknown-freebsd10.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from tor...done.
(gdb) break config.c:3626
Breakpoint 1 at 0xfde72: file src/or/config.c, line 3626.
(gdb) run
Starting program: /usr/home/jon/swdev/apps/tor/src/or/tor -f /home/jon/torrc
Error in re-setting breakpoint 1: Cannot access memory at address 0xfdb90
Error in re-setting breakpoint 1: Cannot access memory at address 0xfdb90
...

И мой код продолжает работать без остановки на точке останова.

Что здесь происходит? Как я могу получить более полное представление о том, почему GDB терпит неудачу?

3

Решение

Вы, возможно, смотрите на этот GDB ошибка.

Хотя похоже, что в GDB 7.7 уже должно быть исправление, вы можете попробовать 7.7.1.

В качестве альтернативы, создайте свой двоичный файл как двоичный файл без пирога (удалите -fPIE из Makefile).

3

Другие решения


По вопросам рекламы ammmcru@yandex.ru
Adblock
detector