aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-27Constify some linespec functionsTom Tromey1-1/+1
2017-09-11Make it simpler to add events to PythonTom Tromey1-15/+53
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey1-0/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-6/+0
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-31/+16
2017-08-03Remove a cleanup in PythonTom Tromey1-23/+7
2017-08-03Avoid some manual memory management in PythonTom Tromey1-28/+9
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake1-0/+1
2017-04-12Introduce command_line_upTom Tromey1-8/+4
2017-04-12Introduce event_location_upTom Tromey1-6/+3
2017-04-06Fix Windows gdb build failure with Python 2 supportThomas Preud'homme1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-10/+10
2017-03-27gdb: Make ldirname return a std::stringPedro Alves1-3/+1
2017-03-23Remove constness of libdir in do_start_initializationAndreas Arnez1-1/+1
2017-03-23Fix memory leak in python.c:do_start_initializationPhilipp Rudo1-1/+3
2017-02-14PR python/13598 - add before_prompt eventTom Tromey1-0/+5
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake1-0/+1
2017-02-14python: Create Python bindings for record history.Tim Wiederhake1-0/+13
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