aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-25PR14291: KeyboardInterrupt not caught for Python outputMichael Eager1-13/+18
2012-06-24gdb:Yao Qi1-1/+1
2012-06-20 * python/py-inferior.c: Update comments of infpy_read_memoryYao Qi1-2/+2
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey1-7/+6
2012-06-13 * breakpoint.c (add_catch_command): Use completer_ftype.Tom Tromey1-1/+1
2012-05-24gdb/Pedro Alves1-2/+2
2012-05-24gdb/Pedro Alves4-6/+6
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior5-10/+0
2012-05-16 gdb/Maciej W. Rozycki1-12/+18
2012-05-15 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.Tom Tromey1-1/+1
2012-05-142012-05-14 Stan Shebs <stan@codesourcery.com>Stan Shebs2-2/+2
2012-05-142012-05-14 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-1/+1
2012-05-132012-05-13 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-0/+21
2012-05-10 * tracepoint.c (scope_info): Update.Tom Tromey1-7/+7
2012-05-032012-05-03 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-0/+39
2012-04-20gdb/Jan Kratochvil1-1/+2
2012-04-18gdb/Jan Kratochvil3-6/+22
2012-04-17gdb/Jan Kratochvil1-2/+10
2012-04-17gdb/Jan Kratochvil1-3/+11
2012-04-17gdb/Jan Kratochvil2-45/+110
2012-04-17gdb/Jan Kratochvil2-434/+5
2012-04-112012-04-02 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-0/+755
2012-03-30 * python/python.c (gdbpy_decode_line): Move cleanup creation outTom Tromey2-9/+23
2012-03-28 * python/py-inferior.c (infpy_read_memory): Remove cleanups andTom Tromey1-12/+8
2012-03-222012-03-14 Siva Chandra <sivachandra@google.com>Siva Chandra Reddy1-0/+43
2012-03-19gdb/Jan Kratochvil1-3/+12
2012-03-132012-03-13 Hui Zhu <teawater@gmail.com>Pedro Alves2-2/+2
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves6-4/+6
2012-03-01 * NEWS: Mention new python command class gdb.COMMAND_USER.Doug Evans1-2/+3
2012-02-17 PR python/12070:Tom Tromey4-2/+38
2012-02-15 * python/py-symbol.c (sympy_value): Use _().Tom Tromey1-2/+2
2012-02-07 PR python/12027:Tom Tromey3-3/+77