HomeSort by: relevance | last modified time | path
    Searched refs:GDB (Results 1 - 25 of 143) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cmpd-minsyms.cc 1 /* This test case is part of GDB, the GNU debugger.
19 class GDB
26 int operator == (GDB const& other)
35 GDB<int> a, b;
40 return GDB<char>::harder('a') + GDB<int>::harder(3)
41 + GDB<char>::even_harder<int> ('a');
42 return GDB<int>::simple ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cmpd-minsyms.cc 1 /* This test case is part of GDB, the GNU debugger.
19 class GDB
26 int operator == (GDB const& other)
35 GDB<int> a, b;
40 return GDB<char>::harder('a') + GDB<int>::harder(3)
41 + GDB<char>::even_harder<int> ('a');
42 return GDB<int>::simple ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
disassemble.exp 16 # This test case is to test the speed of GDB when it is doing disassemble
17 # some large functions in GDB.
22 global GDB
26 set binfile $GDB
36 # When GDB is debugging GDB, the prompt is changed to "(top-gdb) ".
38 # gdb_prompt to '(top-gdb)' temporarily.
39 with_gdb_prompt "(top-gdb)" {
43 # The prompt of both parent GDB and child GDB is '(gdb)', bu
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
disassemble.exp 16 # This test case is to test the speed of GDB when it is doing disassemble
17 # some large functions in GDB.
22 global GDB
26 set binfile $GDB
36 # When GDB is debugging GDB, the prompt is changed to "(top-gdb) ".
38 # gdb_prompt to '(top-gdb)' temporarily.
39 with_gdb_prompt "(top-gdb)" {
43 # The prompt of both parent GDB and child GDB is '(gdb)', bu
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigwinch-notty.exp 16 # Test that GDB does not crash when it is started without a terminal /
18 # PR gdb/26056.
20 require {!target_info exists gdb,nosignals}
30 # Start GDB without a terminal, running sleep for a while. Before the
33 save_vars { GDB GDBFLAGS } {
34 set GDB "$srcdir/lib/notty-wrap $GDB"
46 # Note, GDB is started under a shell, so PID is actually the
47 # shell's pid, not GDB's. Use "-PID" to send the signal to the
48 # whole process group and reach GDB, instead of just to the shell
    [all...]
bt-on-fatal-signal.exp 17 # GDB, turn on backtrace-on-fatal-signal, then send fatal signals to
18 # GDB and ensure we see the backtrace.
22 # The logic for sending signals to GDB might now work when using a
23 # remote host (will the signal go to GDB, or the program that
33 # assume that it will work later on (when we repeatedly restart GDB).
43 -re "support for this feature is not compiled into GDB" {
61 # Restart GDB.
62 save_vars { GDB } {
63 set GDB [gdb_no_core]
67 # Capture the pid of GDB
    [all...]
batch-preserve-term-settings.exp 16 # Check that "gdb -batch -ex run" does not leave the terminal in the
31 set shell_prompt_ps1 "gdb-subshell$ "
48 # PS1="gdb-subshell$ "^M
49 # $ gdb-subshell$
51 # PS1="gdb-subshell$ "^M
52 # sh-4.4$ PS1="gdb-subshell$ "^M
53 # gdb-subshell$
125 # Check that "gdb -batch -ex run" does not leave the terminal in the
130 global GDB INTERNAL_GDBFLAGS GDBFLAGS
140 set test "gdb -batch -ex run
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigwinch-notty.exp 16 # Test that GDB does not crash when it is started without a terminal /
18 # PR gdb/26056.
20 require {!target_info exists gdb,nosignals}
30 # Start GDB without a terminal, running sleep for a while. Before the
33 save_vars { GDB GDBFLAGS } {
34 set GDB "$srcdir/lib/notty-wrap $GDB"
46 # Note, GDB is started under a shell, so PID is actually the
47 # shell's pid, not GDB's. Use "-PID" to send the signal to the
48 # whole process group and reach GDB, instead of just to the shell
    [all...]
bt-on-fatal-signal.exp 17 # GDB, turn on backtrace-on-fatal-signal, then send fatal signals to
18 # GDB and ensure we see the backtrace.
22 # The logic for sending signals to GDB might now work when using a
23 # remote host (will the signal go to GDB, or the program that
33 # assume that it will work later on (when we repeatedly restart GDB).
43 -re "support for this feature is not compiled into GDB" {
61 # Restart GDB.
62 save_vars { GDB } {
63 set GDB [gdb_no_core]
67 # Capture the pid of GDB
    [all...]
  /src/external/gpl3/gdb/dist/gdb/config/djgpp/
djcheck.sh 3 # A shell script to run the test suite on the DJGPP version of GDB.
21 GDB=${ORIGDIR}/../gdb.exe
37 $GDB ${options} < ${base}.in 2>&1 \
38 | sed -e '/GNU gdb /s/ [.0-9][.0-9]*//' \
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
prompt.exp 16 # Specialized subroutines for launching gdb and testing the very first prompt.
20 # start gdb -- start gdb running, prompt procedure
28 global GDB
39 # This is used for the "remote" protocol. After GDB starts you should
44 verbose "Spawning $GDB $INTERNAL_GDBFLAGS $GDBFLAGS"
45 gdb_write_cmd_file "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS"
52 if {[which $GDB] == 0} {
53 perror "$GDB does not exist."
57 set res [remote_spawn host "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS [host_info gdb_opts]"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/config/djgpp/
djcheck.sh 3 # A shell script to run the test suite on the DJGPP version of GDB.
21 GDB=${ORIGDIR}/../gdb.exe
37 $GDB ${options} < ${base}.in 2>&1 \
38 | sed -e '/GNU gdb /s/ [.0-9][.0-9]*//' \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
prompt.exp 16 # Specialized subroutines for launching gdb and testing the very first prompt.
20 # start gdb -- start gdb running, prompt procedure
28 global GDB
39 # This is used for the "remote" protocol. After GDB starts you should
44 verbose "Spawning $GDB $INTERNAL_GDBFLAGS $GDBFLAGS"
45 gdb_write_cmd_file "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS"
52 if {[which $GDB] == 0} {
53 perror "$GDB does not exist."
57 set res [remote_spawn host "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS [host_info gdb_opts]"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/contrib/
test_pubnames_and_indexes.py 5 # This file is part of GDB.
20 # This program requires readelf, gdb and objcopy. The default values are gdb
22 # overridden by setting environment variables GDB, READELF and OBJCOPY
23 # respectively. We assume the current directory is either $obj/gdb or
24 # $obj/gdb/testsuite.
28 # bash$ cd $objdir/gdb/testsuite
34 produced by gdb itself.
37 to those that gdb produces.
50 GDB = Non
    [all...]
cc-with-tweaks.sh 19 # This program requires gdb and objcopy in addition to gcc.
20 # The default values are gdb from the build tree and objcopy from $PATH.
21 # They may be overridden by setting environment variables GDB and OBJCOPY
22 # respectively. Note that GDB should contain the gdb binary as well as the
23 # -data-directory flag, e.g., "foo/gdb -data-directory foo/data-directory".
24 # We assume the current directory is either $obj/gdb or $obj/gdb/testsuite.
28 # bash$ cd $objdir/gdb/testsuite
30 # CC_FOR_TARGET="/bin/bash $srcdir/gdb/contrib/cc-with-tweaks.sh ARGS gcc"
    [all...]
gdb-add-index.sh 19 # This program assumes gdb and objcopy are in $PATH.
21 GDB=${GDB:=gdb}
93 index4="${fpath}.gdb-index"
114 $GDB --batch -nx -iex 'set auto-load no' \
116 -ex "file '$file'" -ex "save gdb-index $dwarf5 '$dir'" || {
119 echo "$myname: gdb error generating index for $file" 1>&2
123 # In some situations gdb can exit without creating an index. This is
  /src/external/gpl3/gdb.old/dist/gdb/contrib/
test_pubnames_and_indexes.py 5 # This file is part of GDB.
20 # This program requires readelf, gdb and objcopy. The default values are gdb
22 # overridden by setting environment variables GDB, READELF and OBJCOPY
23 # respectively. We assume the current directory is either $obj/gdb or
24 # $obj/gdb/testsuite.
28 # bash$ cd $objdir/gdb/testsuite
34 produced by gdb itself.
37 to those that gdb produces.
50 GDB = Non
    [all...]
cc-with-tweaks.sh 19 # This program requires gdb and objcopy in addition to gcc.
20 # The default values are gdb from the build tree and objcopy from $PATH.
21 # They may be overridden by setting environment variables GDB and OBJCOPY
22 # respectively. Note that GDB should contain the gdb binary as well as the
23 # -data-directory flag, e.g., "foo/gdb -data-directory foo/data-directory".
24 # We assume the current directory is either $obj/gdb or $obj/gdb/testsuite.
28 # bash$ cd $objdir/gdb/testsuite
30 # CC_FOR_TARGET="/bin/bash $srcdir/gdb/contrib/cc-with-tweaks.sh ARGS gcc"
    [all...]
gdb-add-index.sh 19 # This program assumes gdb and objcopy are in $PATH.
21 GDB=${GDB:=gdb}
93 index4="${fpath}.gdb-index"
114 $GDB --batch -nx -iex 'set auto-load no' \
116 -ex "file $file" -ex "save gdb-index $dwarf5 $dir" || {
119 echo "$myname: gdb error generating index for $file" 1>&2
123 # In some situations gdb can exit without creating an index. This is
  /src/external/gpl3/gdb/dist/gdb/
gstack-1.in 20 # we simply have gdb print out the stack backtrace to the terminal.
22 GDB=${GDB:-$(command -v gdb)}
134 # Run GDB and remove some unwanted noise.
135 "$GDB" --quiet -nx $GDBARGS <<EOF |
  /src/external/gpl3/gdb/dist/gdb/testsuite/boards/
cc-with-tweaks.exp 22 # bash$ cd $objdir/gdb
27 # Note: this does not work from $objdir with make check-gdb because
67 set env(GDB) \
68 [cached_file gdb.sh "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS \"\$@\"" 1]
  /src/external/gpl3/gdb/dist/gdb/testsuite/config/
sim.exp 1 # Test Framework Driver for GDB driving a builtin simulator
23 # Set gdb to target the simulator
28 set target_sim_options "[board_info target gdb,target_sim_options]"
51 global GDB
64 send_user "Loaded $arg into $GDB\n"
70 perror "GDB couldn't load."
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/boards/
cc-with-tweaks.exp 22 # bash$ cd $objdir/gdb
27 # Note: this does not work from $objdir with make check-gdb because
67 set env(GDB) \
68 [cached_file gdb.sh "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS \"\$@\"" 1]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/config/
sim.exp 1 # Test Framework Driver for GDB driving a builtin simulator
23 # Set gdb to target the simulator
28 set target_sim_options "[board_info target gdb,target_sim_options]"
51 global GDB
64 send_user "Loaded $arg into $GDB\n"
70 perror "GDB couldn't load."
  /src/external/gpl3/gdb/dist/
djunpack.bat 6 Rem This batch file unpacks the GDB distribution while simultaneously
12 Rem djunpack gdb-XYZ.tar
17 Rem The following 2 lines need to be changed with each new GDB release, to
18 Rem be identical to the name of the top-level directory where the GDB
27 djtar -x -p -o %GDBVER%/gdb/config/djgpp/fnchange.lst %1 > fnchange.tmp

Completed in 144 milliseconds

1 2 3 4 5 6