HomeSort by: relevance | last modified time | path
    Searched full:register_pretty_printer (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-pp-registration.exp 72 gdb_test_no_output "py gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)"
73 gdb_test_no_output "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer1)"
87 gdb_test "py gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)" \
89 gdb_test "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer1)" \
95 # Exercise the "replace" argument to register_pretty_printer.
102 gdb_test_no_output "py gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)"
103 gdb_test_no_output "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer1)"
104 gdb_test "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer2, replace=False)" \
111 gdb_test_no_output "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer2, replace=True)"
py-pp-maint.py 79 gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)
81 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py 43 gdb.printing.register_pretty_printer(gdb.current_objfile(), build_pretty_printer())
py-varobj.py 38 gdb.printing.register_pretty_printer(None, str_lookup_function)
py-pp-cast.py 30 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp)
py-pp-re-notag.py 38 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
py-prettyprint-stub.py 40 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp, True)
py-bad-printers.py 79 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
py-pp-registration.py 72 # register_pretty_printer.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-pp-registration.exp 72 gdb_test_no_output "py gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)"
73 gdb_test_no_output "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer1)"
87 gdb_test "py gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)" \
89 gdb_test "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer1)" \
95 # Exercise the "replace" argument to register_pretty_printer.
102 gdb_test_no_output "py gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)"
103 gdb_test_no_output "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer1)"
104 gdb_test "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer2, replace=False)" \
111 gdb_test_no_output "py gdb.printing.register_pretty_printer(progspace, my_pretty_printer2, replace=True)"
py-pp-maint.py 79 gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)
81 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py 43 gdb.printing.register_pretty_printer(gdb.current_objfile(), build_pretty_printer())
py-pp-cast.py 30 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp)
py-pp-re-notag.py 38 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
py-prettyprint-stub.py 40 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp, True)
py-varobj.py 38 gdb.printing.register_pretty_printer(None, str_lookup_function)
py-bad-printers.py 79 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
py-pp-registration.py 72 # register_pretty_printer.
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
printing.py 73 def register_pretty_printer(obj, printer, replace=False): function
166 register_pretty_printer(obj, pretty_printer)
435 register_pretty_printer(None, _builtin_pretty_printers)
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
printing.py 73 def register_pretty_printer(obj, printer, replace=False): function
166 register_pretty_printer(obj, pretty_printer)
441 register_pretty_printer(None, _builtin_pretty_printers)
  /src/external/gpl3/gdb.old/dist/gdb/
gdb-gdb.py.in 421 def register_pretty_printer(objfile):
431 register_pretty_printer(gdb.current_objfile())
  /src/external/gpl3/gdb/dist/gdb/
gdb-gdb.py.in 423 def register_pretty_printer(objfile):
433 register_pretty_printer(gdb.current_objfile())
  /src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
prettyprinters.py 493 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp)
  /src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
printers.py 1021 gdb.printing.register_pretty_printer(
  /src/external/gpl3/gcc/dist/gcc/
gdbhooks.py 626 gdb.printing.register_pretty_printer(

Completed in 18 milliseconds

1 2