Home
last modified time | relevance | path

Searched refs:GDB (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/netbsd-src/external/gpl3/gdb.old/dist/sim/erc32/
H A DREADME.gdb1 How to use SIS with GDB
4 1. Building GDB with SIS
6 To build GDB with the SIS/ERC32 simulator, configure with option
11 To attach GDB to the simulator, use:
23 -nogdb Disable GDB breakpoint handling (see below)
33 The native simulator commands can be reached using the GDB 'sim'
38 Direct simulator commands during a GDB session must be issued
39 with care not to disturb GDB's operation ...
46 The GDB load command loads an aout file into the simulator
58 4. GDB breakpoint handling
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/erc32/
H A DREADME.gdb1 How to use SIS with GDB
4 1. Building GDB with SIS
6 To build GDB with the SIS/ERC32 simulator, configure with option
11 To attach GDB to the simulator, use:
23 -nogdb Disable GDB breakpoint handling (see below)
33 The native simulator commands can be reached using the GDB 'sim'
38 Direct simulator commands during a GDB session must be issued
39 with care not to disturb GDB's operation ...
46 The GDB load command loads an aout file into the simulator
58 4. GDB breakpoint handling
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdbserver/
H A DREADME7 control the execution of a program on a target system from a GDB on a different
8 host. GDB and GDBserver communicate using the standard remote serial protocol.
11 For more information about GDBserver, see the GDB manual:
20 the GDB running on the host system.
23 program. You must tell it (a) how to communicate with GDB, (b) the name of
33 communicate with GDB via /dev/com1. GDBserver now waits patiently for the
34 host GDB to communicate with it.
41 going to communicate with the host GDB via TCP. The `host:2345' argument means
45 the target system. This same port number must be used in the host GDB's
61 GDB needs to examine it's symbol tables and such. Start up GDB as you normally
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DREADME7 control the execution of a program on a target system from a GDB on a different
8 host. GDB and GDBserver communicate using the standard remote serial protocol.
11 For more information about GDBserver, see the GDB manual:
20 the GDB running on the host system.
23 program. You must tell it (a) how to communicate with GDB, (b) the name of
33 communicate with GDB via /dev/com1. GDBserver now waits patiently for the
34 host GDB to communicate with it.
41 going to communicate with the host GDB via TCP. The `host:2345' argument means
45 the target system. This same port number must be used in the host GDB's
61 GDB needs to examine it's symbol tables and such. Start up GDB as you normally
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DCONTRIBUTE2 Contributing to GDB
4 GDB is a collaborative project that relies on contributions. You can
5 help with this! You may wish to fix bugs, improve testing, port GDB to
7 contribute to the mailing lists or official GDB website, etc. We welcome
8 all of the above and feel free to ask on the GDB mailing lists if you are
H A DPROBLEMS1 Known problems in GDB can be found by searching GDB's Bugzilla, here:
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DCONTRIBUTE2 Contributing to GDB
4 GDB is a collaborative project that relies on contributions. You can
5 help with this! You may wish to fix bugs, improve testing, port GDB to
7 contribute to the mailing lists or official GDB website, etc. We welcome
8 all of the above and feel free to ask on the GDB mailing lists if you are
H A DPROBLEMS1 Known problems in GDB can be found by searching GDB's Bugzilla, here:
/netbsd-src/external/gpl3/gdb.old/dist/gdb/config/djgpp/
H A DREADME2 How to build and install the DJGPP native version of GDB
8 GDB built with DJGPP supports native DJGPP debugging, whereby you run
11 provided that the target machine has a GDB-compatible debugging stub
13 Serial" in the GDB manual for more details).
26 If you need the libraries which are built as part of GDB, install the
28 use the same functions as GDB. For example, you can build your own
32 Rebuilding GDB from sources
83 versions of GDB other than 5.2.)
108 GDB from a GNU FTP site, you will need to configure it first. You
111 configure GDB, type this command:
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A DREADME2 How to build and install the DJGPP native version of GDB
8 GDB built with DJGPP supports native DJGPP debugging, whereby you run
11 provided that the target machine has a GDB-compatible debugging stub
13 Serial" in the GDB manual for more details).
26 If you need the libraries which are built as part of GDB, install the
28 use the same functions as GDB. For example, you can build your own
32 Rebuilding GDB from sources
83 versions of GDB other than 5.2.)
108 GDB from a GNU FTP site, you will need to configure it first. You
111 configure GDB, type this command:
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-202112 * gdb.texinfo (GDB/MI File Commands): Document --group-by-objfile
17 * gdb.texinfo (GDB/MI File Commands): Document extensions to
81 (GDB/MI Development and Front Ends): Likewise.
123 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
128 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
166 * gdb.texinfo (GDB/MI Breakpoint Information): Update the
185 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
186 parentheses to GDB prompt in example, and replace '(gdb)' with
258 (Extending GDB): Likewise.
283 (Extending GDB): Likewise.
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/guile/
H A DREADME12 as well. However, to highlight the fact that it is Guile, the GDB commands
42 them as equivalent for truth values will affect the GDB interface.
53 tying GDB to the details.
62 cause a GDB exception outside a TRY_CATCH.
82 - In addition to these of course, follow GDB coding conventions.
95 in a different way. It means the underlying GDB object has disappeared.
97 objfile is removed from GDB.
100 and we typically use the word "error" to mean GDB errors.
125 [Hmmm, this rule seems dated now. Plus I18N rules in GDB are not always
178 - functions that can throw a GDB error aren't adorned with _unsafe
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/guile/
H A DREADME12 as well. However, to highlight the fact that it is Guile, the GDB commands
42 them as equivalent for truth values will affect the GDB interface.
53 tying GDB to the details.
62 cause a GDB exception outside a TRY_CATCH.
82 - In addition to these of course, follow GDB coding conventions.
95 in a different way. It means the underlying GDB object has disappeared.
97 objfile is removed from GDB.
100 and we typically use the word "error" to mean GDB errors.
125 [Hmmm, this rule seems dated now. Plus I18N rules in GDB are not always
178 - functions that can throw a GDB error aren't adorned with _unsafe
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dti-8x105 >0x00003B byte 0x0D (function GDB)
106 >0x00003B byte 0x0E (polar GDB)
107 >0x00003B byte 0x0F (parametric GDB)
108 >0x00003B byte 0x10 (diffeq GDB)
138 >0x00003B byte 0x0D (function GDB)
139 >0x00003B byte 0x0E (polar GDB)
140 >0x00003B byte 0x0F (parametric GDB)
141 >0x00003B byte 0x10 (diffeq GDB)
/netbsd-src/external/gpl3/gcc/dist/contrib/regression/
H A DChangeLog37 * objs-gcc.sh: Set up the GDB testsuite even if the gdb installed
134 * btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run.
138 * objs-gcc.sh: Don't install GDB testsuite if GDB was not built.
139 * btest-gcc.sh: Don't run GDB testsuite if it doesn't exist.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDebuggingJITedCode.rst12 In order to hand over the necessary debug info, `GDB established an
30 GDB Version
33 In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is
34 available on most modern distributions of Linux. The version of GDB that
52 GDB. This is due to MCJIT's ability to use the MC emitter to provide full
53 DWARF debugging information to GDB.
/netbsd-src/tools/gdb/
H A DREADME.mknative4 native files for GDB on a target platform.
34 native-to-NetBSD GDB on a cross host, and mknative pulls glue data
41 src/external/gpl3/gdb; the result should include a native GDB.
/netbsd-src/external/gpl3/binutils.old/dist/include/gdb/
H A Dsignals.def1 /* Target signal numbers for GDB and the GDB remote protocol.
4 This file is part of GDB.
106 part of the remote protocol. Note that in some GDB's
186 /* Mach exceptions. In versions of GDB before 5.2, these were just before
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A DREADME1 The GDB Performance Testsuite
4 This README contains notes on hacking on GDB's performance testsuite.
5 For notes on GDB's regular testsuite or how to run the performance testsuite,
11 The testcase generator lets us easily test GDB on large programs.
12 The "monster" tests are mocks of real programs where GDB's
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A DREADME1 The GDB Performance Testsuite
4 This README contains notes on hacking on GDB's performance testsuite.
5 For notes on GDB's regular testsuite or how to run the performance testsuite,
11 The testcase generator lets us easily test GDB on large programs.
12 The "monster" tests are mocks of real programs where GDB's
/netbsd-src/external/gpl3/binutils/dist/include/gdb/
H A Dsignals.def1 /* Target signal numbers for GDB and the GDB remote protocol.
4 This file is part of GDB.
106 part of the remote protocol. Note that in some GDB's
186 /* Mach exceptions. In versions of GDB before 5.2, these were just before
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git11 2024-01-29 GDB Administrator <gdbadmin@sourceware.org>
15 2024-01-28 GDB Administrator <gdbadmin@sourceware.org>
19 2024-01-27 GDB Administrator <gdbadmin@sourceware.org>
27 2024-01-26 GDB Administrator <gdbadmin@sourceware.org>
84 2024-01-25 GDB Administrator <gdbadmin@sourceware.org>
92 2024-01-24 GDB Administrator <gdbadmin@sourceware.org>
113 2024-01-23 GDB Administrator <gdbadmin@sourceware.org>
144 2024-01-22 GDB Administrator <gdbadmin@sourceware.org>
148 2024-01-21 GDB Administrator <gdbadmin@sourceware.org>
152 2024-01-20 GDB Administrator <gdbadmin@sourceware.org>
[all …]
/netbsd-src/external/public-domain/sqlite/dist/tea/
H A DMakefile.in175 GDB = gdb
256 $(TCLSH_ENV) $(PKG_ENV) $(GDB) $(TCLSH_PROG) $(SCRIPT)
259 $(TCLSH_ENV) $(PKG_ENV) $(GDB) \
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dstacktrace.c62 const char* kyua_stacktrace_gdb = GDB;
63 #undef GDB // We really want to use the variable, not the macro.
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Darc-reloc.def16 GAS/GDB is free software; you can redistribute it and/or modify
21 GAS/GDB is distributed in the hope that it will be useful,
27 along with GAS or GDB; see the file COPYING3. If not, write to

12345678910>>...19