summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Constify some linespec functionsTom Tromey2017-09-272-2/+2
* Add add_cmd function overloadsTom Tromey2017-09-271-1/+1
* Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner2017-09-212-0/+56
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-2/+1
* Remove cleanups from find_frame_funnameTom Tromey2017-09-111-8/+6
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Make it simpler to add events to PythonTom Tromey2017-09-1116-303/+214
* Small event ownership clean up in Python layerTom Tromey2017-09-119-23/+23
* Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey2017-09-117-7/+118
* 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