summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
...
* * python/py-function.c (fnpy_init): Decref result ofTom Tromey2013-05-201-5/+11
* * python/py-threadevent.c (get_event_thread): UseTom Tromey2013-05-202-3/+16
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-2022-34/+80
* * python/py-inferior.c (infpy_read_memory): Don't callTom Tromey2013-05-172-7/+1
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-05-1012-0/+2770
* -Wpointer-sign: python/.Pedro Alves2013-04-193-7/+8
* * python/python.c (finish_python_initialization): Provide suggestionDoug Evans2013-03-281-2/+6
* Avoid MinGW warnings about redefinition of snprintf.Eli Zaretskii2013-03-171-0/+5
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-133-5/+7
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-5/+1
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-6/+4
* Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves2013-03-062-14/+0
* * python/py-arch.c (archpy_disassemble): Use PyInt_Check andTom Tromey2013-02-281-3/+3
* * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.Doug Evans2013-02-282-2/+3
* * python/python.c (gdbpy_print_stack): Call begin_line andTom Tromey2013-02-281-10/+19
* * python/python.c (gdbpy_find_pc_line): Call find_pc_lineTom Tromey2013-02-281-5/+14
* * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to callTom Tromey2013-02-281-35/+34
* * py-block.c (gdbpy_block_for_pc): Call block_for_pc insideTom Tromey2013-02-281-2/+4
* Add a new method 'disassemble' to gdb.Architecture class.sivachandra2013-02-211-0/+145
* 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>Tom Tromey2013-02-151-1/+1
* * python/py-type.c (typy_strip_typedefs): Don't call check_typedefTom Tromey2013-02-061-1/+1
* gdb/Jan Kratochvil2013-02-031-5/+7
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-312-3/+1
* Add a new class gdb.Architecture which exposes GDB'ssivachandra2013-01-234-0/+176
* * python/lib/gdb/commands/explore.pysivachandra2013-01-211-1/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-0147-47/+47
* gdb/Jan Kratochvil2012-12-251-4/+1
* * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey2012-12-141-2/+3
* Add support for Python 3.Paul Koning2012-12-1231-149/+403
* * python/python.c (finalize_python): Cast unused PyGILState_EnsureUlrich Weigand2012-11-291-1/+1
* * python/python.c (start_type_printers): Initialize 'result_obj'.Tom Tromey2012-11-121-1/+1
* * NEWS: Update.Tom Tromey2012-11-127-0/+459
* * NEWS: Update.Tom Tromey2012-11-121-1/+3
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-093-4/+4
* PR gdb/14704:Tom Tromey2012-11-081-12/+11
* * python/py-bpevent.c: Include defs.h.Tom Tromey2012-11-0811-2/+9
* * tracepoint.c (print_one_static_tracepoint_marker): Constify.Tom Tromey2012-10-181-1/+1
* PR python/14635:Tom Tromey2012-10-151-1/+4
* PR python/14634:Tom Tromey2012-10-151-1/+1
* * python/python.c (finalize_python): Only define if HAVE_PYTHON.Andreas Schwab2012-09-211-0/+3
* * NEWS: Update.Tom Tromey2012-09-201-0/+19
* gdb/Jan Kratochvil2012-09-172-4/+4
* Refactor Python "gdb" module into a proper Python package, by introducingkhooyp2012-09-134-114/+168
* * python/py-newobjfileevent.c (create_new_objfile_event_object):Tom Tromey2012-09-061-3/+3
* Document how to return from "python-interactive" to GDB.khooyp2012-08-231-1/+4
* Enable readline in Python in a GDB-specific way and block thekhooyp2012-08-223-0/+115
* Add a new "python-interactive" command that starts a standardkhooyp2012-08-221-2/+102
* * defs.h (quit_flag): Don't declare.Tom Tromey2012-08-221-0/+25
* * auto-load.c (_initialize_auto_load): Update.Tom Tromey2012-08-222-2/+2
* gdb/qiyao2012-08-161-1/+1