summaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-26python: Fix memleak in do_start_initializationSimon Marchi
2017-11-16Add Python rbreak command.Phil Muldoon
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_comTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-11Make it simpler to add events to PythonTom Tromey
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-03Remove a cleanup in PythonTom Tromey
2017-08-03Avoid some manual memory management in PythonTom Tromey
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake
2017-04-12Introduce command_line_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-06Fix Windows gdb build failure with Python 2 supportThomas Preud'homme
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves
2017-03-27gdb: Make ldirname return a std::stringPedro Alves
2017-03-23Remove constness of libdir in do_start_initializationAndreas Arnez
2017-03-23Fix memory leak in python.c:do_start_initializationPhilipp Rudo
2017-02-14PR python/13598 - add before_prompt eventTom Tromey
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake
2017-02-14python: Create Python bindings for record history.Tim Wiederhake
2017-02-10Remove some gotos from PythonTom Tromey
2017-02-10Turn gdbpy_ref into a templateTom Tromey
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey
2017-01-10Use gdbpy_ref in python.cTom Tromey
2017-01-10Change python_run_simple_file to use gdbpy_refTom Tromey
2017-01-10Remove ensure_python_envTom Tromey
2017-01-10Use gdbpy_enter in python.cTom Tromey
2017-01-10Use gdbpy_enter in python_interactive_commandTom Tromey
2017-01-10Use gdbpy_enter in gdbpy_before_prompt_hookTom Tromey
2017-01-10Use gdbpy_enter in python.cTom Tromey
2017-01-10Introduce gdbpy_enterTom Tromey
2017-01-10Use gdbpy_ref in python.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-10-07python: accept address and explicit locations in gdb.decode_lineMarkus Metzger
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey
2016-06-23Make gdbpy_parameter staticTom Tromey
2016-06-21Make instream be per UIPedro Alves
2016-06-21Introduce interpreter factoriesPedro Alves