Category: GDB Tool

0

gdb-source-file

Define a source path substitution ruleset substitute-path from to Define a source path substitution rule, and add it at the end of the current list of existing substitution rules. If a rule with

0

gdb

1. Invoking GDB1. specifying an executable programThe most usual way to start GDB is with one argument, specifying an executable program: 1> gdb program 2. an executable program and a core fileY

0

Debug in Linux

Debug in LinuxTool listperformance profiling: perf trace, ftrace, strace, lstrace Two main classes of debugging tool today: checker (static and dynamic) did my code do bad thing x, y, z? Example