Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 129) sorted by relevance

123456

/netbsd/src/external/bsd/file/dist/magic/magdir/
Dpython3 # $File: python,v 1.45 2022/07/24 23:59:37 christos Exp $
4 # python: file(1) magic for python
13 0 belong 0x02099900 python 1.0 byte-compiled
14 !:mime application/x-bytecode.python
15 0 belong 0x03099900 python 1.1/1.2 byte-compiled
16 !:mime application/x-bytecode.python
17 0 belong 0x892e0d0a python 1.3 byte-compiled
18 !:mime application/x-bytecode.python
19 0 belong 0x04170d0a python 1.4 byte-compiled
20 !:mime application/x-bytecode.python
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-value.exp561 gdb_test_no_output { python compare_value_bytes_to_mem(v, addr, size_a0) }
565 { python compare_value_bytes_to_mem(v, (int(addr) + size_a0), size_a0) }
569 { python compare_value_bytes_to_mem(v, (int(addr) + (2 * size_a0)), size_a0) }
578 { python compare_value_bytes_to_mem(va, addr, size_a0 * 3) }
681 gdb_test_no_output { python check_value_bytes("a") }
682 gdb_test_no_output { python check_value_bytes("p") }
683 gdb_test_no_output { python check_value_bytes("i") }
684 gdb_test_no_output { python check_value_bytes("ptr_i") }
685 gdb_test_no_output { python check_value_bytes("embed") }
686 gdb_test_no_output { python check_value_bytes("fp1") }
[all …]
/netbsd/src/external/bsd/openldap/dist/tests/scripts/
Dtest081-totp25 for python in python3 python2 python2.7 python27 python ""; do
26 if test x"$python" = x; then
31 "$python" "$0".py --check >>$TESTOUT 2>&1
37 echo "$python is missing some required modules, skipping"
38 python=""
130 "$python" "$0".py
/netbsd/src/external/gpl3/gdb/dist/gdb/data-directory/
DMakefile.in24 PYTHON_SRCDIR = $(srcdir)/../python/lib
71 PYTHON_DIR = python
204 all: stamp-syscalls stamp-python stamp-guile stamp-system-gdbinit
267 stamp-python: Makefile $(PYTHON_FILES)
280 .PHONY: clean-python
281 clean-python:
283 rm -f stamp-python
285 .PHONY: install-python
286 install-python:
296 .PHONY: uninstall-python
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dconfigure.ac724 AC_MSG_CHECKING([for python])
746 dnl There are several different values for --with-python:
748 dnl no - Don't include python support.
749 dnl yes - Include python support, error if it's missing.
750 dnl If we find python in $PATH, use it to fetch configure options,
752 dnl auto - Same as "yes", but if python is missing from the system,
754 dnl /path/to/python/exec-prefix -
755 dnl Use the python located in this directory.
756 dnl If /path/to/python/exec-prefix/bin/python exists, use it to find
758 dnl -I/path/to/python/exec-prefix/include,
[all …]
DMakefile.in392 python/py-arch.c \
393 python/py-auto-load.c \
394 python/py-block.c \
395 python/py-bpevent.c \
396 python/py-breakpoint.c \
397 python/py-cmd.c \
398 python/py-connection.c \
399 python/py-continueevent.c \
400 python/py-dap.c \
401 python/py-disasm.c \
[all …]
DChangeLog-201159 (SUBDIR_PYTHON_SRCS): Add python/py-finishbreakpoint.c.
65 * python/py-breakpoint.c (bppy_pending_object): Make non-static.
67 (struct breakpoint_object): Move to python-internal.h
73 * python/python-internal.h (breakpoint_object_type): Add as extern.
85 * python/py-finishbreakpoint.c: New file.
86 * python/py-frame.c(frame_object_to_frame_info): Make non-static and
100 * python/python.c (gdbpy_is_stopped_at_finish_bp): New noop function.
102 * python/python.h: Include breakpoint.h
107 PR python/12533:
113 * python/py-value.c (valpy_new): Use release_value_or_incref.
[all …]
DChangeLog-2010242 * python/py-progspace.c (py_free_pspace): Obtain arch another
278 * python/py-value.c (value_object_type) <tp_flags>: Add
310 Rename "maint set python auto-load" to "set auto-load-scripts".
312 * python/py-auto-load.c (auto_load_scripts): Renamed from
315 (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
481 PR python/12227
516 * python/lib/gdb/printing.py (register_pretty_printer): Change
518 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
584 PR python/12199
586 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
[all …]
DChangeLog-2017249 * python/py-breakpoint.c (bppy_init): Use 'O' format specifier
285 * python/py-breakpoint.c (bppy_init): Handle qualified
654 * python/py-breakpoint.c (bppy_init): Use string_to_event_location
989 * python/py-breakpoint.c (bppy_get_commands): Likewise.
991 * python/py-infevents.c (create_inferior_call_event_object):
993 * python/py-record-btrace.c (btpy_list_item): Likewise.
994 * python/py-type.c (typy_str): Likewise.
995 * python/py-value.c (valpy_call): Likewise.
996 * python/python.c (do_start_initialization): Likewise.
1392 * python/py-breakpoint.c (bppy_init): Likewise.
[all …]
DChangeLog-2013279 PR python/16113
282 * python/py-type.c (gdbpy_is_field): New function
285 * python/py-value.c (valpy_getitem): Allow subscript value to be
289 * python/python-internal.h (gdbpy_is_field): Add declaration.
301 * python/python.c (source_python_script) [!HAVE_PYTHON]: Internal
303 * python/python.h (have_python): New static inline function.
689 * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
694 * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
701 * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
717 * python/py-auto-load.c (source_section_scripts): Move comment to
[all …]
DChangeLog-201219 * python/py-symtab.c (stpy_fullname): Likewise.
572 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
744 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
746 * python/py-breakpoint.c: Ditto.
747 * python/py-cmd.c: Ditto.
748 * python/py-event.c: Ditto.
749 * python/py-event.h: Ditto.
750 * python/py-evtregistry.c: Ditto.
751 * python/py-finishbreakpoint.c: Ditto.
752 * python/py-frame.c: Ditto.
[all …]
DChangeLog-2019582 * python/py-framefilter.c (extract_sym): Update.
999 * python/py-breakpoint.c (bppy_init): Use
1087 * python/py-type.c (typy_lookup_typename): Likewise.
1088 * python/py-xmethods.c (python_xmethod_worker::invoke):
1398 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1534 * python/python.c (gdbpy_rbreak): Convert to using
1556 * python/py-function.c (fnpy_init): Update.
1562 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
1575 * python/py-function.c (fnpy_init): Update.
1579 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
[all …]
DChangeLog-2018160 * python/py-framefilter.c (py_print_frame): Style output.
214 * python/py-utils.c (gdbpy_handle_exception): Translate
219 * python/python-internal.h (gdbpy_print_stack_or_quit): Declare.
220 * python/py-unwind.c (pyuw_sniffer): Use
222 * python/py-framefilter.c (throw_quit_or_print_exception):
225 * python/python.c (gdbpy_print_stack_or_quit): New function.
229 * python/py-value.c (convert_value_from_python): Use
231 * python/py-param.c (parmpy_init): Use gdbpy_convert_exception.
232 * python/py-cmd.c (cmdpy_init): Use gdbpy_convert_exception.
233 * python/py-breakpoint.c (bppy_init): Use
[all …]
DChangeLog-2009375 PR python/10804
377 * python/py-type.c (typy_range): New Function.
421 * python/py-type.c (convert_field): New attribute "is_base_class".
425 * python/python.c (gdbpy_parse_and_eval): New function.
916 * python/py-prettyprint.c (print_string_repr): Suppress
1127 * python/python.c (execute_gdb_command): Copy the argument text.
2468 * python/py-value.c (valpy_string): NULL-terminate 'keywords'.
2587 PR python/10664:
2642 * python/py-value.c (valpy_int): Use PyLong_FromLongLong.
2647 PR python/10680:
[all …]
/netbsd/src/external/bsd/tre/dist/
DMakefile.am17 python/tre-python.c \
18 python/setup.py \
19 python/example.py
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dprint-internal-string.exp37 gdb_test_no_output {python addr = gdb.Value("ccbbaa").address}
38 gdb_test {python gdb.execute("x/1s 0x%x" % addr)} \
48 gdb_test {python result = func_value("qqaazz")} \
/netbsd/src/tools/llvm/
DMakefile21 printf '#!/bin/sh\necho 2.7.3' > config/python
22 chmod 755 config/python
25 --with-python=${.OBJDIR}/config/python && \
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-2014-202181 * gdb.python/py-breakpoint.c (do_throw): New function.
83 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
142 * gdb.python/py-frame.exp: Add Frame.level tests.
143 * gdb.python/py-pending-frame-level.c: New file.
144 * gdb.python/py-pending-frame-level.exp: New file.
145 * gdb.python/py-pending-frame-level.py: New file.
149 * gdb.python/py-unwind-user-regs.c: New file.
150 * gdb.python/py-unwind-user-regs.exp: New file.
151 * gdb.python/py-unwind-user-regs.py: New file.
259 * gdb.python/py-frame-args.py (lookup_function): Same.
[all …]
DChangeLog-1993-201385 PR python/16113
86 * gdb.python/py-value-cc.cc: Improve test case.
87 * gdb.python/py-value-cc.exp: Add new tests to test usage of
93 * gdb.python/py-value.c: #include stdlib.h, string.h.
96 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
244 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
250 * gdb.python/py-type.exp (test_enums): Fix typo.
254 * gdb.python/py-symbol.exp: Add some comments. Make all test names
259 * gdb.python/py-symbol.exp: Fix whitespace.
263 * gdb.python/python.exp: Don't call skip_python_tests, we still want
[all …]
/netbsd/src/sys/arch/powerpc/pci/
Dpchb.c241 volatile unsigned char *python; in pchbattach() local
264 python = mapiodev(0xfeff6000, 0x60, false); in pchbattach()
266 out32rb(python+0x30, v); in pchbattach()
267 v = in32rb(python+0x30); in pchbattach()
/netbsd/src/external/bsd/file/dist/python/
DCHANGELOG.md11 * Retain python 2 compatibility, factoring out the conversion functions.
13 * Restore python-2 compatibility.
DREADME.md10 python setup.py install
31 python setup.py test
/netbsd/src/crypto/external/bsd/netpgp/dist/bindings/swig/
Dswigit51 python)
105 python)
/netbsd/src/external/gpl3/gdb/dist/
Dsha256.sum1890 a703f5be8ea2a5baf0d3f549d9d2557d6a6ef9cd582bb2be9b39c9998b7aa20b gdb/python/py-instruction.h
1891 7167966a13099b819329cf2544ede2d7e4a9b596606efaa09d6b3ce1111c5f94 gdb/python/lib/gdb/frames.py
1892 c3e29e6002ad3813437aa8a16e77a92b2e5932c9c08873f35fe69ee8bc2bd4c2 gdb/python/lib/gdb/styling.py
1893 856b369f1f374fb4be505bf7db105a3f06bc2fbc9e3528f6d50536b2f40c0421 gdb/python/lib/gdb/prompt.py
1894 c01263b6d63baea9ff473761104841517c77c4c28f7f4510ad4364d369f7a0be gdb/python/lib/gdb/__init__.py
1895 4eb6a64993476b459f6d131ae5a99ef819c4e255843dd7e27a35811aef03fb8f gdb/python/lib/gdb/function/__ini…
1896 b02f01e318f58b75b6442bba622e520cd35f3f11cacea0a8bb650d8769a1a943 gdb/python/lib/gdb/function/as_st…
1897 cd1b0515fe57e8f4dfcf18c39c1798eeaa69b1b876ffdd7ec68333689a53509f gdb/python/lib/gdb/function/calle…
1898 4f1c19753880c39cd16b41dd4102cc04557fe6404687d178a2fa4ddaef99aa54 gdb/python/lib/gdb/function/strfn…
1899 cd2d7841e172e19a91187f4acb8f44799fa9f8f35d04a4e58c1a158133bcb620 gdb/python/lib/gdb/missing_debug.…
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/test/
DREADME-external.md11 This python test suite runs cryptographic tests with a local OpenSSL build as
18 Then configure/build OpenSSL compatible with the python module:
23 The tests will run in a python virtual environment which requires virtualenv

123456