Searched refs:python (Results 1 – 25 of 129) sorted by relevance
123456
3 # $File: python,v 1.45 2022/07/24 23:59:37 christos Exp $4 # python: file(1) magic for python13 0 belong 0x02099900 python 1.0 byte-compiled14 !:mime application/x-bytecode.python15 0 belong 0x03099900 python 1.1/1.2 byte-compiled16 !:mime application/x-bytecode.python17 0 belong 0x892e0d0a python 1.3 byte-compiled18 !:mime application/x-bytecode.python19 0 belong 0x04170d0a python 1.4 byte-compiled20 !:mime application/x-bytecode.python[all …]
561 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 …]
25 for python in python3 python2 python2.7 python27 python ""; do26 if test x"$python" = x; then31 "$python" "$0".py --check >>$TESTOUT 2>&137 echo "$python is missing some required modules, skipping"38 python=""130 "$python" "$0".py
24 PYTHON_SRCDIR = $(srcdir)/../python/lib71 PYTHON_DIR = python204 all: stamp-syscalls stamp-python stamp-guile stamp-system-gdbinit267 stamp-python: Makefile $(PYTHON_FILES)280 .PHONY: clean-python281 clean-python:283 rm -f stamp-python285 .PHONY: install-python286 install-python:296 .PHONY: uninstall-python[all …]
724 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 find758 dnl -I/path/to/python/exec-prefix/include,[all …]
392 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 …]
59 (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.h73 * 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 and100 * python/python.c (gdbpy_is_stopped_at_finish_bp): New noop function.102 * python/python.h: Include breakpoint.h107 PR python/12533:113 * python/py-value.c (valpy_new): Use release_value_or_incref.[all …]
242 * python/py-progspace.c (py_free_pspace): Obtain arch another278 * python/py-value.c (value_object_type) <tp_flags>: Add310 Rename "maint set python auto-load" to "set auto-load-scripts".312 * python/py-auto-load.c (auto_load_scripts): Renamed from315 (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to481 PR python/12227516 * python/lib/gdb/printing.py (register_pretty_printer): Change518 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):584 PR python/12199586 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.[all …]
249 * python/py-breakpoint.c (bppy_init): Use 'O' format specifier285 * python/py-breakpoint.c (bppy_init): Handle qualified654 * python/py-breakpoint.c (bppy_init): Use string_to_event_location989 * 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 …]
279 PR python/16113282 * python/py-type.c (gdbpy_is_field): New function285 * python/py-value.c (valpy_getitem): Allow subscript value to be289 * python/python-internal.h (gdbpy_is_field): Add declaration.301 * python/python.c (source_python_script) [!HAVE_PYTHON]: Internal303 * 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 to717 * python/py-auto-load.c (source_section_scripts): Move comment to[all …]
19 * 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 initialization746 * 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 …]
582 * python/py-framefilter.c (extract_sym): Update.999 * python/py-breakpoint.c (bppy_init): Use1087 * 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 using1556 * 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 …]
160 * python/py-framefilter.c (py_print_frame): Style output.214 * python/py-utils.c (gdbpy_handle_exception): Translate219 * python/python-internal.h (gdbpy_print_stack_or_quit): Declare.220 * python/py-unwind.c (pyuw_sniffer): Use222 * 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): Use231 * 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 …]
375 PR python/10804377 * 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): Suppress1127 * 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 …]
17 python/tre-python.c \18 python/setup.py \19 python/example.py
37 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")} \
21 printf '#!/bin/sh\necho 2.7.3' > config/python22 chmod 755 config/python25 --with-python=${.OBJDIR}/config/python && \
81 * 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 …]
85 PR python/1611386 * gdb.python/py-value-cc.cc: Improve test case.87 * gdb.python/py-value-cc.exp: Add new tests to test usage of93 * gdb.python/py-value.c: #include stdlib.h, string.h.96 * gdb.python/py-value.exp (test_value_in_inferior): Add test to244 * 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 names259 * gdb.python/py-symbol.exp: Fix whitespace.263 * gdb.python/python.exp: Don't call skip_python_tests, we still want[all …]
241 volatile unsigned char *python; in pchbattach() local264 python = mapiodev(0xfeff6000, 0x60, false); in pchbattach()266 out32rb(python+0x30, v); in pchbattach()267 v = in32rb(python+0x30); in pchbattach()
11 * Retain python 2 compatibility, factoring out the conversion functions.13 * Restore python-2 compatibility.
10 python setup.py install31 python setup.py test
51 python)105 python)
1890 a703f5be8ea2a5baf0d3f549d9d2557d6a6ef9cd582bb2be9b39c9998b7aa20b gdb/python/py-instruction.h1891 7167966a13099b819329cf2544ede2d7e4a9b596606efaa09d6b3ce1111c5f94 gdb/python/lib/gdb/frames.py1892 c3e29e6002ad3813437aa8a16e77a92b2e5932c9c08873f35fe69ee8bc2bd4c2 gdb/python/lib/gdb/styling.py1893 856b369f1f374fb4be505bf7db105a3f06bc2fbc9e3528f6d50536b2f40c0421 gdb/python/lib/gdb/prompt.py1894 c01263b6d63baea9ff473761104841517c77c4c28f7f4510ad4364d369f7a0be gdb/python/lib/gdb/__init__.py1895 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 …]
11 This python test suite runs cryptographic tests with a local OpenSSL build as18 Then configure/build OpenSSL compatible with the python module:23 The tests will run in a python virtual environment which requires virtualenv