summaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-14py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifierSimon Marchi
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon
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-22Fix build with GCC 8: strncpy ->strcpyYao Qi
2017-11-16Python unwinder sniffer: PyExc_KeyboardInterrupt -> QuitPedro Alves
2017-11-16Add Python rbreak command.Phil Muldoon
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand
2017-10-28Make gdb.selected_thread().inferior return a new referenceMaksim Dzabraev
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-27Add add_cmd function overloadsTom Tromey
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-09-11Remove cleanups from find_frame_funnameTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-11Make it simpler to add events to PythonTom Tromey
2017-09-11Small event ownership clean up in Python layerTom Tromey
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-09-04btrace: Store btrace_insn in an std::vectorSimon Marchi
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves
2017-08-03Use gdb_argv in PythonTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Remove a cleanup in PythonTom Tromey
2017-08-03Avoid some manual memory management in PythonTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves
2017-07-06Fix Python unwinder frames regressionPedro Alves
2017-06-22Fix cached_frame allocation in py-unwindAlan Hayward
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake