OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwz
(Results
1 - 25
of
81
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
gdb-index.exp
42
set
dwz
$tmpdir/$filename.
dwz
43
set dwz_index_file [host_standard_output_file $filename.
dwz
.gdb-index]
75
with_test_prefix "modify
dwz
file" {
77
# We're modifying $
dwz
in place, otherwise we'd have to update
81
" --set-section-flags .gdb_index=readonly $
dwz
"]]
struct-with-sig-2.exp
27
# Make some DWARF for the
dwz
file.
78
if { [gdb_compile $asm_file $binfile.
dwz
object {nodebug}] != "" } {
82
set host_dwz_file [gdb_remote_download host $binfile.
dwz
]
131
set re "DWARF Error: .debug_types section not supported in
dwz
file"
dwz.exp
21
standard_testfile main.c
dwz
.S
dw2-unspecified-type.exp
21
standard_testfile .c -foo.c
dwz
.S
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
gdb-index.exp
42
set
dwz
$tmpdir/$filename.
dwz
43
set dwz_index_file [host_standard_output_file $filename.
dwz
.gdb-index]
75
with_test_prefix "modify
dwz
file" {
77
# We're modifying $
dwz
in place, otherwise we'd have to update
81
" --set-section-flags .gdb_index=readonly $
dwz
"]]
struct-with-sig-2.exp
27
# Make some DWARF for the
dwz
file.
78
if { [gdb_compile $asm_file $binfile.
dwz
object {nodebug}] != "" } {
82
set host_dwz_file [gdb_remote_download host $binfile.
dwz
]
131
set re "Dwarf Error: .debug_types section not supported in
dwz
file"
dwz.exp
21
standard_testfile main.c
dwz
.S
dw2-unspecified-type.exp
21
standard_testfile .c -foo.c
dwz
.S
/src/external/gpl3/gdb/dist/gdb/dwarf2/
index-cache.c
30
#include "dwarf2/
dwz
.h"
112
/* Get build id of
dwz
file, if present. */
113
const dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
local
115
if (
dwz
!= nullptr)
117
const bfd_build_id *dwz_build_id = build_id_bfd_get (
dwz
->dwz_bfd.get ());
121
index_cache_debug ("
dwz
objfile %s has no build id",
122
dwz
->filename ());
read-gdb-index.c
25
#include "
dwz
.h"
508
dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
510
&
dwz
->info, 1);
644
struct dwz_file *
dwz
;
local
666
/* If there is a .
dwz
file, read it so we can get its CU list as
668
dwz
= dwarf2_get_dwz_file (per_bfd);
669
if (
dwz
!= NULL)
676
= get_gdb_index_contents_dwz (objfile,
dwz
);
681
if (!read_gdb_index_from_buffer (bfd_get_filename (
dwz
->dwz_bfd.get ()),
688
bfd_get_filename (
dwz
->dwz_bfd.get ()))
[
all
...]
read-debug-names.c
26
#include "
dwz
.h"
700
dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
701
return check_cus_from_debug_names_list (per_bfd, dwz_map,
dwz
->info,
724
/* If there is a .
dwz
file, read it so we can get its CU list as
726
dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
727
if (
dwz
!= NULL)
730
bfd_get_filename (
dwz
->dwz_bfd.get ()),
731
&
dwz
->debug_names, dwz_map))
734
bfd_get_filename (
dwz
->dwz_bfd.get ()));
macro.c
33
#include "dwarf2/
dwz
.h"
506
dwz_file *
dwz
= dwarf2_get_dwz_file (per_objfile->per_bfd,
local
509
body =
dwz
->read_string (objfile, str_offset);
713
dwz_file *
dwz
= dwarf2_get_dwz_file (per_objfile->per_bfd,
local
716
include_section = &
dwz
->macro;
718
include_mac_end =
dwz
->macro.buffer +
dwz
->macro.size;
index-write.c
35
#include "dwarf2/
dwz
.h"
1274
If OBJFILE has an associated
dwz
file, write contents of a .gdb_index
1275
section for that
dwz
file into DWZ_OUT_FILE. If OBJFILE does not have an
1276
associated
dwz
file, DWZ_OUT_FILE must be NULL. */
1311
from the eventual
dwz
file. We need to place the entry in the
1662
const dwz_file *
dwz
= dwarf2_get_dwz_file (per_objfile->per_bfd);
local
1665
if (
dwz
!= NULL)
1666
dwz_basename = lbasename (
dwz
->filename ());
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-cache.c
30
#include "dwarf2/
dwz
.h"
114
/* Get build id of
dwz
file, if present. */
115
const dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
local
117
if (
dwz
!= nullptr)
119
const bfd_build_id *dwz_build_id = build_id_bfd_get (
dwz
->dwz_bfd.get ());
123
index_cache_debug ("
dwz
objfile %s has no build id",
124
dwz
->filename ());
read-gdb-index.c
24
#include "
dwz
.h"
487
dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
489
&
dwz
->info, 1);
624
struct dwz_file *
dwz
;
local
646
/* If there is a .
dwz
file, read it so we can get its CU list as
648
dwz
= dwarf2_get_dwz_file (per_bfd);
649
if (
dwz
!= NULL)
656
= get_gdb_index_contents_dwz (objfile,
dwz
);
661
if (!read_gdb_index_from_buffer (bfd_get_filename (
dwz
->dwz_bfd.get ()),
668
bfd_get_filename (
dwz
->dwz_bfd.get ()))
[
all
...]
read-debug-names.c
26
#include "
dwz
.h"
700
dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
701
return check_cus_from_debug_names_list (per_bfd, dwz_map,
dwz
->info,
724
/* If there is a .
dwz
file, read it so we can get its CU list as
726
dwz_file *
dwz
= dwarf2_get_dwz_file (per_bfd);
727
if (
dwz
!= NULL)
730
bfd_get_filename (
dwz
->dwz_bfd.get ()),
731
&
dwz
->debug_names, dwz_map))
734
bfd_get_filename (
dwz
->dwz_bfd.get ()));
macro.c
33
#include "dwarf2/
dwz
.h"
526
dwz_file *
dwz
= dwarf2_get_dwz_file (per_objfile->per_bfd,
local
529
body =
dwz
->read_string (objfile, str_offset);
734
dwz_file *
dwz
= dwarf2_get_dwz_file (per_objfile->per_bfd,
local
737
include_section = &
dwz
->macro;
739
include_mac_end =
dwz
->macro.buffer +
dwz
->macro.size;
/src/external/gpl3/gdb/dist/gdb/testsuite/
make-check-all.sh
72
cc-with-
dwz
73
cc-with-
dwz
-m
/src/external/gpl3/gdb.old/dist/gdb/testsuite/
make-check-all.sh
71
cc-with-
dwz
72
cc-with-
dwz
-m
/src/external/gpl3/gdb/dist/gdb/contrib/
cc-with-tweaks.sh
37
# For information about '
dwz
', see the announcement:
43
# -z compress using
dwz
44
# -m compress using
dwz
-m
75
DWZ
=${
DWZ
:-
dwz
}
225
# Require
dwz
version with PR
dwz
/24468 fixed.
228
dwz_version_line=$($
DWZ
--version 2>&1 | head -n 1)
229
dwz_version=${dwz_version_line//
dwz
version /
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/contrib/
cc-with-tweaks.sh
37
# For information about '
dwz
', see the announcement:
43
# -z compress using
dwz
44
# -m compress using
dwz
-m
75
DWZ
=${
DWZ
:-
dwz
}
225
# Require
dwz
version with PR
dwz
/24468 fixed.
228
dwz_version_line=$($
DWZ
--version 2>&1 | head -n 1)
229
dwz_version=${dwz_version_line//
dwz
version /
[
all
...]
/src/sys/dev/pci/
ld_virtio.c
1046
struct virtio_blk_discard_write_zeroes *
dwz
;
local
1069
dwz
= kmem_alloc(sizeof(*
dwz
), KM_SLEEP);
1072
dwz
, sizeof(*
dwz
), NULL, BUS_DMA_WRITE | BUS_DMA_NOWAIT);
1077
kmem_free(
dwz
, sizeof(*
dwz
));
1086
kmem_free(
dwz
, sizeof(*
dwz
));
1096
vr->vr_datap =
dwz
;
[
all
...]
/src/external/gpl3/gdb/lib/libgdb/arch/ia64/
defs.mk
6
G_LIBGDB_OBS=ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o annotate.o arch-utils.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-exec.o break-catch-fork.o break-catch-load.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o break-cond-parse.o breakpoint.o bt-utils.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm.o displaced-stepping.o dtrace-probe.o dummy-frame.o abbrev-table-cache.o abbrev.o ada-imported.o aranges.o attribute.o comp-unit-head.o cooked-index.o cu.o die.o
dwz
.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read-debug-names.o read-gdb-index.o read.o section.o stringify.o elf-none-tdep.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o extract-store-integer.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filesystem.o findcmd.o findvar.o frame-base.o frame-unwind.o frame.o gcore-elf.o gcore.o gdb-demangle.o gdb_bfd.o gdbtypes.o gmp-utils.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o ia64-netbsd-tdep.o ia64-tdep.o inf-child.o inf-loop.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o memtag.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o netbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-lang.o rust-parse.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o split-name.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-location.o tui-regs.o tui-source.o tui-status.o tui-win.o tui-wingeneral.o tui-winsource.o tui.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o ui.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
/src/external/gpl3/gdb/lib/libgdb/arch/m68000/
defs.mk
6
G_LIBGDB_OBS=ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o annotate.o arch-utils.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-exec.o break-catch-fork.o break-catch-load.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o break-cond-parse.o breakpoint.o bsd-kvm.o bt-utils.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm.o displaced-stepping.o dtrace-probe.o dummy-frame.o abbrev-table-cache.o abbrev.o ada-imported.o aranges.o attribute.o comp-unit-head.o cooked-index.o cu.o die.o
dwz
.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read-debug-names.o read-gdb-index.o read.o section.o stringify.o elf-none-tdep.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o extract-store-integer.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filesystem.o findcmd.o findvar.o fork-child.o frame-base.o frame-unwind.o frame.o gcore-elf.o gcore.o gdb-demangle.o gdb_bfd.o gdbtypes.o gmp-utils.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o inf-child.o inf-loop.o inf-ptrace.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o m68k-bsd-nat.o m68k-bsd-tdep.o m68k-tdep.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o memtag.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o fork-inferior.o netbsd-nat.o netbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-lang.o rust-parse.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o split-name.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o ui.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
/src/external/gpl3/gdb.old/lib/libgdb/arch/m68000/
defs.mk
6
G_LIBGDB_OBS=ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o annotate.o arch-utils.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-exec.o break-catch-fork.o break-catch-load.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o breakpoint.o bsd-kvm.o bt-utils.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm.o displaced-stepping.o dtrace-probe.o dummy-frame.o abbrev-cache.o abbrev.o ada-imported.o aranges.o attribute.o comp-unit-head.o cooked-index.o cu.o die.o
dwz
.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read-debug-names.o read-gdb-index.o read.o section.o stringify.o elf-none-tdep.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o extract-store-integer.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filename-seen-cache.o filesystem.o findcmd.o findvar.o fork-child.o frame-base.o frame-unwind.o frame.o gcore-elf.o gcore.o gdb-demangle.o gdb_bfd.o gdbtypes.o gmp-utils.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o inf-child.o inf-loop.o inf-ptrace.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o m68k-bsd-nat.o m68k-bsd-tdep.o m68k-tdep.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o memtag.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o fork-inferior.o netbsd-nat.o netbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-lang.o rust-parse.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o split-name.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o ui.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
Completed in 40 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026