Home
last modified time | relevance | path

Searched refs:Python (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.info-9453 * Architecture.disassemble: Architectures In Python.
455 * Architecture.integer_type: Architectures In Python.
457 * Architecture.name: Architectures In Python.
459 * Architecture.registers: Architectures In Python.
461 * Architecture.register_groups: Architectures In Python.
499 * Block.end: Blocks In Python. (line 86)
500 * Block.function: Blocks In Python. (line 90)
501 * Block.global_block: Blocks In Python. (line 105)
502 * Block.is_global: Blocks In Python. (line 113)
503 * Block.is_static: Blocks In Python. (line 117)
[all …]
Dpython.texi13 @node Python
14 @section Extending @value{GDBN} using Python
19 Python programming language}. This feature is available only if
23 Python scripts used by @value{GDBN} should be installed in
27 is automatically added to the Python Search Path in order to allow
28 the Python interpreter to locate all scripts installed at this location.
31 are written in Python and are located in the
37 * Python Commands:: Accessing Python from @value{GDBN}.
38 * Python API:: Accessing @value{GDBN} from Python.
39 * Python Auto-loading:: Automatically loading Python code.
[all …]
DChangeLog-1991-202122 * python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
36 * python.texi (Unwinding Frames in Python): Mention
38 (Frames In Python): Mention Frame.level.
58 * python.texi (TUI Windows In Python): Document Window.click.
66 * python.texi (TUI Windows In Python): Document "full_window"
71 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
75 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
87 * python.texi (Inferiors In Python): Mention the 'connection_num'
109 * python.texinfo (Breakpoints In Python): Reword sentence.
113 * python.texinfo (Python Commands): Document 'set debug
[all …]
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dpython9 0 string/t """ Python script text executable
10 # MAGIC as specified in Python/import.c (1.0 to 3.7)
207 # \x0d as part of magic should suffice till Python 3.14 (magic 3600)
208 >>1 ubyte 0x0d Byte-compiled Python module for
222 >>0 uleshort 240 Byte-compiled Python module for PyPy3.7,
225 >>0 uleshort 256 Byte-compiled Python module for PyPy3.8,
228 >>0 uleshort 336 Byte-compiled Python module for PyPy3.9,
232 0 search/1/w #!\040/usr/bin/python Python script text executable
235 0 search/1/w #!\040/usr/local/bin/python Python script text executable
238 0 search/10/w #!\040/usr/bin/env\040python Python script text executable
[all …]
Dblender49 # Scripts that run in the embedded Python interpreter
Dstatistics15 # software, for example Python's pandas package provides built-in
/netbsd/src/external/bsd/file/dist/python/
DREADME.md1 # `file-magic`: Python Bindings
3 This library is a Python ctypes interface to `libmagic`.
DCHANGELOG.md1 # Python `file-magic` Log of Changes
/netbsd/src/external/bsd/tre/dist/python/
Dsetup.py.in1 # setup.py - Builds and installs the TRE Python language bindings module
26 description = "Python module for TRE",
/netbsd/src/external/bsd/file/dist/
DTODO10 reimplement the apprentice and non-pattern magic methods in Python,
16 BSD-licensed, has a magic reimplementation in Python.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-event-types.def1 /* Python event definitions -*- c++ -*-
30 DOC Python documentation for the new event type
Dpy-all-events.def1 /* Python event definitions -*- c++ -*-
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dct_log_list.cnf6 # A Python program to convert the log list to OpenSSL's format can be
/netbsd/src/sys/arch/prep/include/
Dchpidpnp.h83 Python = 0x8102, /* IBM8102: IBM Python */ enumerator
/netbsd/src/crypto/external/bsd/heimdal/dist/
Daclocal.m4876 # Adds support for distributing Python modules and packages. To
898 dnl Find a Python interpreter. Python versions prior to 2.0 are not
907 AC_ARG_VAR([PYTHON], [the Python interpreter])
911 # Find any Python interpreter.
924 AC_MSG_ERROR([Python interpreter is too old])])
929 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
947 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
950 dnl Query Python for its version number. Although site.py simply uses
951 dnl sys.version[:3], printing that failed with Python 3.10, since the
961 dnl to know which OS platform Python thinks this is.
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dconfigure.ac730 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include "Python.h"]],
733 # error "We only support Python 3"
793 # ${with_python}. On Windows/MinGW, this is where the Python
878 # to find the Python headers and libs. We cannot guess the include
880 # depends on the Python version. So, there is nothing much we can
918 dnl Use --with-python-libdir to control where GDB looks for the Python
937 AC_DEFINE(HAVE_PYTHON, 1, [Define if Python interpreter is being linked in.])
946 … [Directory containing Python's standard libraries from --with-python-libdir.])
950 # Flags needed to compile Python code (taken from python-config --cflags).
952 # used when compiling the Python interpreter itself, including flags which
[all …]
DNEWS121 * Python API
268 This support requires that GDB be built with Python scripting
384 Python extensions. When off, mouse clicks are handled by the terminal,
424 * Python API
492 GDB/MI command and returns the output as a Python dictionary.
603 * Remove support for building against Python 2, it is now only possible to
604 build GDB against Python 3.
627 Python Pygments is still used. For supported targets, libopcodes
690 These can be used to force off libopcodes based styling, the Python
783 * Python API
[all …]
DREADME514 Build GDB with Python scripting support. (Done by default if
515 libpython is present and found at configure time.) Python makes
517 scripting language. If your host does not have Python installed,
519 version of Python supported by GDB is 3.2. The optional argument
520 PYTHON is used to find the Python headers and libraries. It can
521 be either the name of a Python executable, or the name of the
522 directory in which Python is installed.
582 a directory. Files with extensions `.gdb', `.py' (if Python
Dunwind_stop_reasons.def35 to Python. This is how GDB used to indicate end of stack. We've
DChangeLog-2012740 Add support for Python 3.
741 * NEWS: Mention Python 3 support.
759 initialization for Python 3.
762 (infpy_read_memory): Return memoryview object if Python 3.
763 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
765 (get_buffer): New function for Python 3.
771 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
774 instead of PyString methods if Python 3.
775 (print_children): Skip push_dummy_python_frame call if Python 3.
784 differences in layout for Python 2 vs. Python 3.
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/windows/
DREADME.md28 * __Python__: Tested with Python 2.5 and 2.6.
73 missing. In general, adding Perl, Python, WiX, HTML Help Compiler and
/netbsd/src/common/dist/zlib/
DREADME44 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
45 available in Python 1.5 and later versions, see
/netbsd/src/crypto/external/bsd/openssl/dist/test/
DREADME-external.md8 Python PYCA/Cryptography test suite
/netbsd/src/external/bsd/libevent/dist/test/
Dinclude.am169 echo "No Python installed; stubbing out RPC test." >&2; \
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dinclude.am169 echo "No Python installed; stubbing out RPC test." >&2; \

1234