aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-28 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.Doug Evans1-1/+1
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-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-2/+0
2013-01-23 Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy1-0/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-4/+78
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 Tromey1-0/+136
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.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-13Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo1-94/+61
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 Khoo1-0/+1
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-06-25PR14291: KeyboardInterrupt not caught for Python outputMichael Eager1-13/+18
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-2/+0
2012-05-15 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.Tom Tromey1-1/+1
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-03-30 * python/python.c (gdbpy_decode_line): Move cleanup creation outTom Tromey1-8/+21
2012-01-28gdb/Jan Kratochvil1-1/+1
2012-01-26gdb/Jan Kratochvil1-32/+32
2012-01-10 PR python/13199:Tom Tromey1-0/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-23 Introduce gdb.FinishBreakpoint in PythonKevin Pouget1-0/+1
2011-12-162011-12-16 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-73/+69
2011-12-06the "ambiguous linespec" seriesTom Tromey1-1/+1
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2011-11-042011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+14
2011-10-27 * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans1-16/+10
2011-10-07 Allow Python notification of new object-file loadings.Kevin Pouget1-0/+1
2011-10-03Crash sourcing Python script on WindowsJoel Brobecker1-2/+41
2011-09-19 * python/py-auto-load.c (source_section_scripts): Fix fileDoug Evans1-3/+4
2011-09-152011-09-15 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget1-0/+3
2011-09-062011-09-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2011-09-022011-09-02 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+8
2011-08-092011-08-09 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+2
2011-07-222011-07-22 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2011-07-212011-07-21 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+80
2011-07-112011-07-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-13/+68
2011-06-24 * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey1-9/+13
2011-04-04 * tracepoint.c (scope_info): Update.Tom Tromey1-1/+1
2011-03-182011-03-18 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-13/+82
2011-03-142011-03-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+17
2011-02-28 * python/python.c (gdbpy_value_cst): New global.Tom Tromey1-0/+2
2011-02-22 Add gdb.lookup_global_symbol python function.Doug Evans1-0/+4