summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-6/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+2
* Kill init_salPedro Alves2017-09-041-2/+1
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-31/+16
* btrace: Store btrace_insn in an std::vectorSimon Marchi2017-09-041-1/+1
* Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves2017-08-091-6/+2
* Use gdb_argv in PythonTom Tromey2017-08-031-17/+7
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-10/+4
* Remove a cleanup in PythonTom Tromey2017-08-031-23/+7
* Avoid some manual memory management in PythonTom Tromey2017-08-033-42/+19
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-18/+27
* Clean up "completer_handle_brkchars" callback handlingPedro Alves2017-07-171-2/+5
* Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves2017-07-171-1/+1
* Fix Python unwinder frames regressionPedro Alves2017-07-061-1/+1
* Fix cached_frame allocation in py-unwindAlan Hayward2017-06-221-1/+4
* Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward2017-06-221-18/+12
* btrace: Replace struct btrace_function::segment.Tim Wiederhake2017-05-301-4/+4
* btrace: Replace struct btrace_function::up.Tim Wiederhake2017-05-301-2/+2
* Python: Introduce gdb.Instruction classTim Wiederhake2017-05-025-0/+102
* Python: Move and rename gdb.BtraceFunctionTim Wiederhake2017-05-024-201/+255
* Python: Move and rename gdb.BtraceInstructionTim Wiederhake2017-05-024-154/+337
* Python: Introduce gdb.RecordGap classTim Wiederhake2017-05-023-42/+125
* Python: Remove ptid from gdb.Record interfaceTim Wiederhake2017-05-021-11/+0
* Python: Use correct ptid in btrace recordingTim Wiederhake2017-05-023-28/+61
* Python: Fix indentation in py-record-btrace.cTim Wiederhake2017-05-021-30/+30
* Add missing incref when creating Inferior Python objectSimon Marchi2017-04-271-2/+5
* Change breakpoint event locations to event_location_upTom Tromey2017-04-121-1/+1
* Change find_pcs_for_symtab_line to return a std::vectorTom Tromey2017-04-121-15/+9
* Introduce command_line_upTom Tromey2017-04-121-8/+4
* Introduce event_location_upTom Tromey2017-04-123-21/+8
* Fix Windows gdb build failure with Python 2 supportThomas Preud'homme2017-04-061-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-0511-18/+21
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-0511-63/+92
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-0517-19/+49
* -Wwrite-strings: More fix-old-Python-API wrappersPedro Alves2017-04-051-0/+63
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-3/+1
* Remove constness of libdir in do_start_initializationAndreas Arnez2017-03-231-1/+1
* Fix memory leak in python.c:do_start_initializationPhilipp Rudo2017-03-231-1/+3
* Import sys in gdb/python/lib/gdb/printer/bound_registers.pyJonah Graham2017-03-221-0/+2
* Fix break on Python 2Tim Wiederhake2017-03-211-0/+5
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-202-6/+5
* Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov2017-03-205-9/+29
* Implement demangling for rvalue reference type namesArtemiy Volkov2017-03-201-0/+4
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-202-3/+4
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-203-6/+7
* Fix PR gdb/19637: bound_registers.py: Add support for Python 3Jonah Graham2017-03-171-0/+5
* Fix various python lazy string bugs.Doug Evans2017-03-162-21/+172
* PR python/13598 - add before_prompt eventTom Tromey2017-02-143-0/+9
* python: Implement btrace Python bindings for record history.Tim Wiederhake2017-02-147-0/+1173
* python: Create Python bindings for record history.Tim Wiederhake2017-02-143-0/+245