Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No symbol gdb will not get error #4

Open
teawater opened this issue Jul 30, 2014 · 0 comments
Open

No symbol gdb will not get error #4

teawater opened this issue Jul 30, 2014 · 0 comments
Labels

Comments

@teawater
Copy link
Owner

gdb
(gdb) target remote :1111
Remote debugging using :1111
warning: Could not load vsyscall page because no executable was specified
try using the "file" command first.
0x00007ffff7ddb2d0 in ?? ()
(gdb) info b
No breakpoints or watchpoints.
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
0x0000000000400e82 in ?? ()
(gdb) source ~/cma/cma.py
Please Input the config file:[/home/teawater/tmp/cma.conf]
Language is set to Chinese.
记录文件是“/home/teawater/tmp/cma.csv”。
脚本将记录已经被释放掉的内存信息。
脚本将记录backtrace信息。
是否记录内存函数malloc/calloc/realloc/free? [Yes]/No:
是否记录内存函数new/delete? [Yes]/No:
是否记录内存函数kmalloc/kfree? [Yes]/No:
Continuing.
^C
Program received signal SIGINT, Interrupt.
0x0000000000400e82 in ?? ()
[0] 记录内存信息到“/home/teawater/tmp/cma.csv”。
[1] 继续。
[2] 退出并记录内存信息到“/home/teawater/tmp/cma.csv”。
哪个操作?[0]2
内存信息存入“/home/teawater/tmp/cma.csv”。

@teawater teawater added the bug label Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant