aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Remove some gotos from PythonTom Tromey1-93/+99
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-25/+26
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-6/+4
2017-01-10Use gdbpy_ref in python.cTom Tromey1-67/+53
2017-01-10Change python_run_simple_file to use gdbpy_refTom Tromey1-13/+5
2017-01-10Remove ensure_python_envTom Tromey1-23/+0
2017-01-10Use gdbpy_enter in python.cTom Tromey1-45/+37
2017-01-10Use gdbpy_enter in python_interactive_commandTom Tromey1-1/+1
2017-01-10Use gdbpy_enter in gdbpy_before_prompt_hookTom Tromey1-39/+33
2017-01-10Use gdbpy_enter in python.cTom Tromey1-30/+8
2017-01-10Introduce gdbpy_enterTom Tromey1-37/+32
2017-01-10Use gdbpy_ref in python.cTom Tromey1-18/+11
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-12/+12
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves1-13/+6
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey1-1/+1
2016-10-21Use RAII to save and restore scalarsTom Tromey1-9/+3
2016-10-07python: accept address and explicit locations in gdb.decode_lineMarkus Metzger1-1/+1
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi1-1/+2
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey1-0/+15
2016-06-23Make gdbpy_parameter staticTom Tromey1-1/+1
2016-06-21Make instream be per UIPedro Alves1-1/+2
2016-06-21Introduce interpreter factoriesPedro Alves1-1/+1
2016-06-21Make the interpreters be per UIPedro Alves1-6/+6
2016-06-02Fix PR python/18984Tom Tromey1-2/+2
2016-05-03Fix gdb/python/python.c use-after-freePedro Alves1-1/+4
2016-05-03Remove gdb/python/python.c code that handles strlen failing with -1Pedro Alves1-5/+0
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-2/+2
2016-04-12Eliminate clear_quit_flagPedro Alves1-11/+0
2016-04-12Make Python use a struct serial eventPedro Alves1-19/+14
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma1-0/+7
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans1-2/+2
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-22Add cast in python.cSimon Marchi1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-12Initialize `location' in gdbpy_decode_lineKeith Seitz1-2/+2
2015-08-11Explicit locations: use new location APIKeith Seitz1-13/+13
2015-04-29PR python/18285Doug Evans1-0/+1
2015-04-28PR python/18089Doug Evans1-0/+8
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-1/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-19/+50
2015-02-27Fix Python 3 build: rename GdbMethodsSimon Marchi1-1/+1
2015-02-27Make array object externPedro Alves1-6/+6
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+4
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-1/+29
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12New python function gdb.lookup_objfile.Doug Evans1-0/+8