aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2013-04-19-Wpointer-sign: python/.Pedro Alves3-7/+8
2013-03-28 * python/python.c (finish_python_initialization): Provide suggestionDoug Evans1-2/+6
2013-03-17Avoid MinGW warnings about redefinition of snprintf.Eli Zaretskii1-0/+5
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves3-5/+7
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-5/+1
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-6/+4
2013-03-06Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves2-14/+0
2013-02-28 * python/py-arch.c (archpy_disassemble): Use PyInt_Check andTom Tromey1-3/+3
2013-02-28 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.Doug Evans2-2/+3
2013-02-28 * python/python.c (gdbpy_print_stack): Call begin_line andTom Tromey1-10/+19
2013-02-28 * python/python.c (gdbpy_find_pc_line): Call find_pc_lineTom Tromey1-5/+14
2013-02-28 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to callTom Tromey1-35/+34
2013-02-28 * py-block.c (gdbpy_block_for_pc): Call block_for_pc insideTom Tromey1-2/+4
2013-02-21 Add a new method 'disassemble' to gdb.Architecture class.Siva Chandra Reddy1-0/+145
2013-02-152013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>Tom Tromey1-1/+1
2013-02-06 * python/py-type.c (typy_strip_typedefs): Don't call check_typedefTom Tromey1-1/+1
2013-02-03gdb/Jan Kratochvil1-5/+7
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2-3/+1
2013-01-23 Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy4-0/+176
2013-01-21 * python/lib/gdb/commands/explore.pySiva Chandra Reddy1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker47-47/+47
2012-12-25gdb/Jan Kratochvil1-4/+1
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-2/+3
2012-12-12Add support for Python 3.Paul Koning31-149/+403
2012-11-29 * python/python.c (finalize_python): Cast unused PyGILState_EnsureUlrich Weigand1-1/+1
2012-11-12 * python/python.c (start_type_printers): Initialize 'result_obj'.Tom Tromey1-1/+1
2012-11-12 * NEWS: Update.Tom Tromey7-0/+459
2012-11-12 * NEWS: Update.Tom Tromey1-1/+3
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey3-4/+4
2012-11-08 PR gdb/14704:Tom Tromey1-12/+11
2012-11-08 * python/py-bpevent.c: Include defs.h.Tom Tromey11-2/+9
2012-10-18 * tracepoint.c (print_one_static_tracepoint_marker): Constify.Tom Tromey1-1/+1
2012-10-15 PR python/14635:Tom Tromey1-1/+4
2012-10-15 PR python/14634:Tom Tromey1-1/+1
2012-09-21* python/python.c (finalize_python): Only define if HAVE_PYTHON.Andreas Schwab1-0/+3
2012-09-20 * NEWS: Update.Tom Tromey1-0/+19
2012-09-17gdb/Jan Kratochvil2-4/+4
2012-09-13Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo4-114/+168
2012-09-06 * python/py-newobjfileevent.c (create_new_objfile_event_object):Tom Tromey1-3/+3
2012-08-23 Document how to return from "python-interactive" to GDB.Yit Phang Khoo1-1/+4
2012-08-22 Enable readline in Python in a GDB-specific way and block theYit Phang Khoo3-0/+115
2012-08-22 Add a new "python-interactive" command that starts a standardYit Phang Khoo1-2/+102
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-0/+25
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey2-2/+2
2012-08-16gdb/Yao Qi1-1/+1
2012-08-15 PR python/14387:Tom Tromey8-19/+45
2012-08-10 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.Doug Evans3-2/+150
2012-08-10 * python/py-type.c (convert_field): Use gdb_py_long_from_longestSiddhesh Poyarekar1-2/+2
2012-07-26gdb/Jan Kratochvil1-0/+5
2012-06-272012-06-26 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-0/+18