Age | Commit message (Expand) | Author | Files | Lines |
2017-06-22 | Fix cached_frame allocation in py-unwind | Alan Hayward | 1 | -1/+4 |
2017-06-22 | Remove MAX_REGISTER_SIZE from py-unwind.c | Alan Hayward | 1 | -18/+12 |
2017-05-30 | btrace: Replace struct btrace_function::segment. | Tim Wiederhake | 1 | -4/+4 |
2017-05-30 | btrace: Replace struct btrace_function::up. | Tim Wiederhake | 1 | -2/+2 |
2017-05-02 | Python: Introduce gdb.Instruction class | Tim Wiederhake | 5 | -0/+102 |
2017-05-02 | Python: Move and rename gdb.BtraceFunction | Tim Wiederhake | 4 | -201/+255 |
2017-05-02 | Python: Move and rename gdb.BtraceInstruction | Tim Wiederhake | 4 | -154/+337 |
2017-05-02 | Python: Introduce gdb.RecordGap class | Tim Wiederhake | 3 | -42/+125 |
2017-05-02 | Python: Remove ptid from gdb.Record interface | Tim Wiederhake | 1 | -11/+0 |
2017-05-02 | Python: Use correct ptid in btrace recording | Tim Wiederhake | 3 | -28/+61 |
2017-05-02 | Python: Fix indentation in py-record-btrace.c | Tim Wiederhake | 1 | -30/+30 |
2017-04-27 | Add missing incref when creating Inferior Python object | Simon Marchi | 1 | -2/+5 |
2017-04-12 | Change breakpoint event locations to event_location_up | Tom Tromey | 1 | -1/+1 |
2017-04-12 | Change find_pcs_for_symtab_line to return a std::vector | Tom Tromey | 1 | -15/+9 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -8/+4 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 3 | -21/+8 |
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 | 11 | -18/+21 |
2017-04-05 | -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload | Pedro Alves | 11 | -63/+92 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 17 | -19/+49 |
2017-04-05 | -Wwrite-strings: More fix-old-Python-API wrappers | Pedro Alves | 1 | -0/+63 |
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-03-22 | Import sys in gdb/python/lib/gdb/printer/bound_registers.py | Jonah Graham | 1 | -0/+2 |
2017-03-21 | Fix break on Python 2 | Tim Wiederhake | 1 | -0/+5 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 2 | -6/+5 |
2017-03-20 | Support rvalue references in the gdb python module (includes doc/) | Artemiy Volkov | 5 | -9/+29 |
2017-03-20 | Implement demangling for rvalue reference type names | Artemiy Volkov | 1 | -0/+4 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 2 | -3/+4 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 3 | -6/+7 |
2017-03-17 | Fix PR gdb/19637: bound_registers.py: Add support for Python 3 | Jonah Graham | 1 | -0/+5 |
2017-03-16 | Fix various python lazy string bugs. | Doug Evans | 2 | -21/+172 |
2017-02-14 | PR python/13598 - add before_prompt event | Tom Tromey | 3 | -0/+9 |
2017-02-14 | python: Implement btrace Python bindings for record history. | Tim Wiederhake | 7 | -0/+1173 |
2017-02-14 | python: Create Python bindings for record history. | Tim Wiederhake | 3 | -0/+245 |
2017-02-10 | Remove unnecessary local variables | Tom Tromey | 2 | -2/+0 |
2017-02-10 | Remove some gotos from Python | Tom Tromey | 2 | -99/+107 |
2017-02-10 | Change one more spot to use gdbpy_ref | Tom Tromey | 1 | -7/+8 |
2017-02-10 | Use gdbpy_ref to simplify some logic | Tom Tromey | 10 | -116/+72 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 28 | -228/+236 |
2017-02-10 | Remove some ui_out-related cleanups from Python | Tom Tromey | 1 | -156/+53 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 7 | -102/+41 |
2017-01-23 | Minor simplification of (Python) find_thread_object | Simon Marchi | 1 | -8/+1 |
2017-01-20 | Fix Py_DECREF being executed without holding the GIL | Simon Marchi | 2 | -8/+8 |
2017-01-20 | Fix python-interactive with Python 3.6 | Simon Marchi | 2 | -2/+10 |
2017-01-10 | Add constructor and destructor to demangle_parse_info | Tom Tromey | 1 | -5/+1 |
2017-01-10 | Remove cleanups from execute_gdb_command | Tom Tromey | 1 | -6/+4 |
2017-01-10 | Add scoped_value_mark | Tom Tromey | 1 | -44/+18 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -2/+2 |