Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -1/+1 |
2017-09-11 | Make it simpler to add events to Python | Tom Tromey | 1 | -15/+53 |
2017-09-11 | Add new_inferior, inferior_deleted, and new_thread events | Tom Tromey | 1 | -0/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -6/+0 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -31/+16 |
2017-08-03 | Remove a cleanup in Python | Tom Tromey | 1 | -23/+7 |
2017-08-03 | Avoid some manual memory management in Python | Tom Tromey | 1 | -28/+9 |
2017-05-02 | Python: Introduce gdb.Instruction class | Tim Wiederhake | 1 | -0/+1 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -8/+4 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -6/+3 |
2017-04-06 | Fix Windows gdb build failure with Python 2 support | Thomas Preud'homme | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload | Pedro Alves | 1 | -10/+10 |
2017-03-27 | gdb: Make ldirname return a std::string | Pedro Alves | 1 | -3/+1 |
2017-03-23 | Remove constness of libdir in do_start_initialization | Andreas Arnez | 1 | -1/+1 |
2017-03-23 | Fix memory leak in python.c:do_start_initialization | Philipp Rudo | 1 | -1/+3 |
2017-02-14 | PR python/13598 - add before_prompt event | Tom Tromey | 1 | -0/+5 |
2017-02-14 | python: Implement btrace Python bindings for record history. | Tim Wiederhake | 1 | -0/+1 |
2017-02-14 | python: Create Python bindings for record history. | Tim Wiederhake | 1 | -0/+13 |
2017-02-10 | Remove some gotos from Python | Tom Tromey | 1 | -93/+99 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -25/+26 |
2017-01-10 | Remove cleanups from execute_gdb_command | Tom Tromey | 1 | -6/+4 |
2017-01-10 | Use gdbpy_ref in python.c | Tom Tromey | 1 | -67/+53 |
2017-01-10 | Change python_run_simple_file to use gdbpy_ref | Tom Tromey | 1 | -13/+5 |
2017-01-10 | Remove ensure_python_env | Tom Tromey | 1 | -23/+0 |
2017-01-10 | Use gdbpy_enter in python.c | Tom Tromey | 1 | -45/+37 |
2017-01-10 | Use gdbpy_enter in python_interactive_command | Tom Tromey | 1 | -1/+1 |
2017-01-10 | Use gdbpy_enter in gdbpy_before_prompt_hook | Tom Tromey | 1 | -39/+33 |
2017-01-10 | Use gdbpy_enter in python.c | Tom Tromey | 1 | -30/+8 |
2017-01-10 | Introduce gdbpy_enter | Tom Tromey | 1 | -37/+32 |
2017-01-10 | Use gdbpy_ref in python.c | Tom Tromey | 1 | -18/+11 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -12/+12 |
2016-11-08 | Use ui_file_as_string in execute_command_to_string | Pedro Alves | 1 | -13/+6 |
2016-10-21 | Remove make_cleanup_restore_current_uiout | Tom Tromey | 1 | -1/+1 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -9/+3 |
2016-10-07 | python: accept address and explicit locations in gdb.decode_line | Markus Metzger | 1 | -1/+1 |
2016-09-16 | Introduce cleanup to restore current_uiout | Simon Marchi | 1 | -1/+2 |
2016-07-12 | PR python/19293 - invalidate frame cache when unwinders change | Tom Tromey | 1 | -0/+15 |
2016-06-23 | Make gdbpy_parameter static | Tom Tromey | 1 | -1/+1 |
2016-06-21 | Make instream be per UI | Pedro Alves | 1 | -1/+2 |
2016-06-21 | Introduce interpreter factories | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -6/+6 |
2016-06-02 | Fix PR python/18984 | Tom Tromey | 1 | -2/+2 |
2016-05-03 | Fix gdb/python/python.c use-after-free | Pedro Alves | 1 | -1/+4 |
2016-05-03 | Remove gdb/python/python.c code that handles strlen failing with -1 | Pedro Alves | 1 | -5/+0 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -2/+2 |
2016-04-12 | Eliminate clear_quit_flag | Pedro Alves | 1 | -11/+0 |
2016-04-12 | Make Python use a struct serial event | Pedro Alves | 1 | -19/+14 |
2016-03-31 | python: Use console format for output of gdb.execute command | Catalin Udma | 1 | -0/+7 |