summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* * 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
* PR python/14387:Tom Tromey2012-08-158-19/+45
* Add $_memeq, $_regex, $_streq, $_strlen convenience functions.Doug Evans2012-08-103-2/+150
* * python/py-type.c (convert_field): Use gdb_py_long_from_longestsiddhesh2012-08-101-2/+2
* gdb/Jan Kratochvil2012-07-261-0/+5
* 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>sivachandra2012-06-271-0/+18
* PR14291: KeyboardInterrupt not caught for Python outputeager2012-06-251-13/+18
* gdb:qiyao2012-06-241-1/+1
* * python/py-inferior.c: Update comments of infpy_read_memoryqiyao2012-06-201-2/+2
* * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey2012-06-131-7/+6
* * breakpoint.c (add_catch_command): Use completer_ftype.Tom Tromey2012-06-131-1/+1