Co robi GDB użycie. Konsola at which it breaks. It fully supports C and C++, and provides partial.

Czy przydatne?

Polecenie gdb

Wykonanie, użycie: GDB (GNU DeBugger) allows you to step through the execution of a program in order to find the point at which it breaks. It fully supports C and C++, and provides partial support for FORTRAN, Java, Chill, assembly, and Modula-2. The program to be debugged is normally specified on the command line; you can also specify a core or, if you want to investigate a running program, a process ID

Opcje wykonania gdb w konsoli

-b bps

Set line speed of serial device used by GDB to bps.

-batch

Exit after executing all the commands specified in .gdbinit and -x files. Print no startup messages.

-c file, -core=file

Consult file for information provided by a core dump.

-cd=directory

Use directory as gdb's working directory.

-d directory, -directory=directory

Include directory in path that is searched for source files.

-e file, -exec=file

Use file as an executable to be read in conjunction with source code. May be used in conjunction with -s to read the symbol table from the executable.

-f, -fullname

Show full filename and line number for each stack frame.

-h, -help

Print help message, then exit.

-n, -nx

Ignore .gdbinit file.

-q, -quiet

Suppress introductory and copyright messages.

-s file, -symbols=file

Consult file for symbol table. With -e, also uses file as the executable.

-tty=device

Set standard in and standard out to device.

-write

Allow gdb to write into executables and core files.

-x file, -command=file

Read gdb commands from file.

Przykłady gdb działanie w Słownik polecenie G

Przykład GDB użycie :
Jak użyć System administration command. Create new group of accounts for the system co znaczy.
Przykład GDB użycie :
Jak użyć Collection. gcc , formerly known as the GNU C Compiler, compiles multiple languages (C, C++, Objective-C, Ada, FORTRAN, and Java) to machine code. Here we document its use to compile C, C++, or krzyżówka.
Przykład GDB użycie :
Jak użyć Search the specified database for the specified key. The database may be any one of passwd, group, hosts, services, protocols, ornetworks co to jest.
Przykład GDB użycie :
Jak użyć The GNU version of awk , a program that does pattern matching, record processing, and other forms of text manipulation. For more information, see Chapter 1 słownik.
Przykład GDB użycie :
Jak użyć options necessary to make it recognize C++. g++ recognizes all the file extensions gcc does, in addition to C++ source files (.C , .cc , or .cxx files) and C++ preprocessed files (.ii files). See czym jest.