OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:progspace
(Results
1 - 25
of
79
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-progspace-events.py
17
# the
Progspace
related events.
24
print("NewProgspaceEvent: %s" % str(event.
progspace
))
28
print("FreeProgspaceEvent: %s" % str(event.
progspace
))
py-progspace-events.exp
29
set pyfile [gdb_remote_download host ${srcdir}/${subdir}/py-
progspace
-events.py]
43
# Done this way so we can count the new
progspace
events; we expect to
47
-re "^NewProgspaceEvent: <gdb.
Progspace
object at $hex>\r\n" {
68
"only a single new
progspace
event seen"
91
"FreeProgspaceEvent.*: <gdb.
Progspace
object at $hex>"]
100
"^NewProgspaceEvent: <gdb.
Progspace
object at $hex>" \
104
"^FreeProgspaceEvent: <gdb.
Progspace
object at $hex>"
py-events.py
73
print("
progspace
: %s" % (event.
progspace
.filename))
py-missing-debug.exp
233
gdb_test_no_output "python pspace = gdb.selected_inferior().
progspace
"
247
"Current
Progspace
:" \
262
gdb_test "disable missing-debug-handler
progspace
baz-" \
267
"
Progspace
\[^\r\n\]+:" \
287
"
Progspace
\[^\r\n\]+:" \
307
"
Progspace
\[^\r\n\]+:" \
330
"
Progspace
\[^\r\n\]+:" \
352
"
Progspace
\[^\r\n\]+:" \
371
with_test_prefix "return False handler in
progspace
list" {
372
gdb_test "enable missing-debug-handler
progspace
" \
[
all
...]
py-missing-objfile.exp
321
gdb_test_no_output "python pspace = gdb.selected_inferior().
progspace
"
335
"Current
Progspace
:" \
354
gdb_test "disable missing-objfile-handler
progspace
baz-" \
359
"
Progspace
\[^\r\n\]+:" \
379
"
Progspace
\[^\r\n\]+:" \
399
"
Progspace
\[^\r\n\]+:" \
422
"
Progspace
\[^\r\n\]+:" \
442
"
Progspace
\[^\r\n\]+:" \
462
gdb_test "enable missing-objfile-handler
progspace
" \
471
"
Progspace
\[^\r\n\]+:"
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-progspace-events.py
17
# the
Progspace
related events.
24
print("NewProgspaceEvent: %s" % str(event.
progspace
))
28
print("FreeProgspaceEvent: %s" % str(event.
progspace
))
py-progspace-events.exp
29
set pyfile [gdb_remote_download host ${srcdir}/${subdir}/py-
progspace
-events.py]
43
# Done this way so we can count the new
progspace
events; we expect to
47
-re "^NewProgspaceEvent: <gdb.
Progspace
object at $hex>\r\n" {
68
"only a single new
progspace
event seen"
110
"^FreeProgspaceEvent.*: <gdb.
Progspace
object at $hex>(?:\r\n$warning_msg)*" \
121
"^NewProgspaceEvent: <gdb.
Progspace
object at $hex>" \
125
"^FreeProgspaceEvent: <gdb.
Progspace
object at $hex>"
py-events.py
73
print("
progspace
: %s" % (event.
progspace
.filename))
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
missing_files.py
80
loci are listed. A locus can be 'global', '
progspace
' to list
81
the handlers from the current
progspace
, or a regular expression
121
if locus_re.match("
progspace
") and locus_re.pattern != "":
124
"
Progspace
%s:" % cp.filename, cp.missing_file_handlers, name_re
127
for
progspace
in gdb.progspaces():
128
filename =
progspace
.filename or ""
131
if
progspace
== gdb.current_progspace():
132
msg = "Current
Progspace
:"
134
msg = "
Progspace
<no-file>:"
136
msg = "
Progspace
%s:" % filenam
[
all
...]
frame_filters.py
92
"
progspace
%s frame-filters:" % cp.filename, cp.frame_filters, True
178
filter_locations = ["all", "global", "
progspace
"]
180
filter_locations = ["global", "
progspace
"]
233
frame filter dictionary, "
progspace
" for the program space's frame
265
frame filter dictionary, "
progspace
" for the program space's frame
298
filter dictionary, "
progspace
" for the program space's framefilter
384
filter dictionary, "
progspace
" for the program space's framefilter
xmethods.py
94
expression LOCUS_RE. If a locus is the current
progspace
,
96
string "
progspace
" matches LOCUS_RE.
106
if isinstance(locus, gdb.
Progspace
):
107
if not locus_re.match("
progspace
"):
109
locus_type = "
progspace
"
188
matching filenames of objfiles. Locus could be '
progspace
' to specify that
189
only xmethods from the current
progspace
should be listed.
223
matching filenames of objfiles. Locus could be '
progspace
' to specify that
224
only xmethods from the current
progspace
should be enabled.
248
expression filenames of objfiles. Locus could be '
progspace
' to specif
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
missing_debug.py
78
loci are listed. A locus can be 'global', '
progspace
' to list
79
the handlers from the current
progspace
, or a regular expression
110
if locus_re.match("
progspace
") and locus_re.pattern != "":
113
"
Progspace
%s:" % cp.filename, cp.missing_debug_handlers, name_re
116
for
progspace
in gdb.progspaces():
117
filename =
progspace
.filename or ""
120
if
progspace
== gdb.current_progspace():
121
msg = "Current
Progspace
:"
123
msg = "
Progspace
<no-file>:"
125
msg = "
Progspace
%s:" % filenam
[
all
...]
frame_filters.py
92
"
progspace
%s frame-filters:" % cp.filename, cp.frame_filters, True
178
filter_locations = ["all", "global", "
progspace
"]
180
filter_locations = ["global", "
progspace
"]
233
frame filter dictionary, "
progspace
" for the program space's frame
265
frame filter dictionary, "
progspace
" for the program space's frame
298
filter dictionary, "
progspace
" for the program space's framefilter
384
filter dictionary, "
progspace
" for the program space's framefilter
xmethods.py
94
expression LOCUS_RE. If a locus is the current
progspace
,
96
string "
progspace
" matches LOCUS_RE.
106
if isinstance(locus, gdb.
Progspace
):
107
if not locus_re.match("
progspace
"):
109
locus_type = "
progspace
"
188
matching filenames of objfiles. Locus could be '
progspace
' to specify that
189
only xmethods from the current
progspace
should be listed.
223
matching filenames of objfiles. Locus could be '
progspace
' to specify that
224
only xmethods from the current
progspace
should be enabled.
248
expression filenames of objfiles. Locus could be '
progspace
' to specif
[
all
...]
/src/external/bsd/openldap/dist/tests/scripts/
gdb.py
40
name = os.path.basename(inferior.
progspace
.filename)
/src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
printers.py
1008
# certain pathological cases. Limit our pretty printers to the
progspace
.
1010
progspace
= event.new_objfile.
progspace
1019
if not getattr(
progspace
, _libcxx_printer_name, False):
1022
progspace
, LibcxxPrettyPrinter(_libcxx_printer_name))
1023
setattr(
progspace
, _libcxx_printer_name, True)
1027
progspace
= event.
progspace
1028
if getattr(
progspace
, _libcxx_printer_name, False):
1029
for printer in
progspace
.pretty_printers
[
all
...]
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
frames.py
99
name is not "all", "global" or "
progspace
", it is assumed to name
130
if name == "
progspace
":
__init__.py
191
"Return the current
Progspace
."
192
return _gdb.selected_inferior().
progspace
294
pspace: The gdb.
Progspace
in which we're operating. Used to
353
pspace = objfile.
progspace
363
handler objects for the gdb.
Progspace
passed in as an argument,
368
pspace: A gdb.
Progspace
for which the missing objfile handlers
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
frames.py
99
name is not "all", "global" or "
progspace
", it is assumed to name
130
if name == "
progspace
":
__init__.py
190
"Return the current
Progspace
."
191
return _gdb.selected_inferior().
progspace
296
pspace = objfile.
progspace
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
events.py
62
if inf.
progspace
.filename:
63
data["name"] = inf.
progspace
.filename
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
events.py
62
if inf.
progspace
.filename:
63
data["name"] = inf.
progspace
.filename
/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 47 milliseconds
1
2
3
4
Indexes created Mon Mar 02 05:31:46 UTC 2026