Remove some unnecessary declarations and configury
[deliverable/binutils-gdb.git] / gdb / python /
2018-07-22  Tom TromeyCall value_fetch_lazy when needed in pretty-printers
2018-07-22  Tom TromeySimple unused variable removals
2018-07-03  Tom TromeyRemove ptid_get_tid
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-06-27  Tom TromeyRemove a VEC from py-unwind.c
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-21  Tom TromeyFix a memory leak in py-param.c
2018-06-18  Tom TromeyUse unique_xmalloc_ptr for read_string
2018-06-08  Paul KoningFix build issue with Python 3.7
2018-06-01  Tom TromeyRemove a static buffer from cp-name-parser.y
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-05-31  Tom TromeyFix "set" handling of Python parameters
2018-05-31  Tom TromeyAdd basic Python API for convenience variables
2018-05-29  Tom TromeyRemove a VEC from type.c
2018-05-25  Tom TromeyRemove interp_ui_out
2018-05-04  Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04  Tom TromeyAllow breakpoint commands to be set from Python
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-05-04  Paul Pluzhnikovconfigure uses incorrect link order when testing libpython
2018-05-02  Tom TromeyHandle var_zuinteger and var_zuinteger_unlimited from...
2018-04-30  Tom TromeyRemove some uses of is_mi_like_p from py-framefilter.c
2018-04-30  Tom TromeyChange Python code to use new_reference
2018-04-30  Tom TromeyExpose type alignment on gdb.Type
2018-04-13  Markus Metzgerbtrace: set/show record btrace cpu
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-27  Tom TromeySimplify exception handling in py-framefilter.c
2018-03-27  Tom TromeyCall wrap_hint in one more spot in py-framefilter.c
2018-03-27  Tom TromeyReturn EXT_LANG_BT_ERROR in one more spot in py-framefi...
2018-03-27  Tom TromeyThrow a "quit" on a KeyboardException in py-framefilter.c
2018-03-27  Tom TromeyAllow C-c to work in backtrace in more cases
2018-03-27  Tom TromeyAvoid manual resource management in py-framefilter.c
2018-03-27  Tom TromeyRemove EXT_LANG_BT_COMPLETED
2018-03-27  Tom TromeyAllow hiding of some filtered frames
2018-03-19  Tom TromeyConvert observers to C++
2018-03-08  Alan HaywardRemove MAX_REGISTER_SIZE define
2018-02-26  Tom TromeyChange frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
2018-02-26  Tom TromeyMake "bt N" print correct number of frames when using...
2018-01-27  Eli ZaretskiiAvoid compilation errors in MinGW native builds of GDB
2018-01-07  Simon MarchiRemove xmethod_worker::clone
2018-01-07  Simon MarchiC++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-14  Simon Marchipy-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKey...
2017-12-13  Simon Marchipython: Add qualified parameter to gdb.Breakpoint
2017-12-07  Phil MuldoonImplement explicit locations for Python breakpoints.
2017-12-05  Simon MarchiRemove some unused variables
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-27  Simon Marchipython: Fix memleak in do_start_initialization
2017-11-22  Yao QiFix build with GCC 8: strncpy ->strcpy
2017-11-16  Pedro AlvesPython unwinder sniffer: PyExc_KeyboardInterrupt -...
2017-11-16  Phil MuldoonAdd Python rbreak command.
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-11-06  Ulrich WeigandTarget FP: Handle interfaces to scripting languages
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-28  Maksim DzabraevMake gdb.selected_thread().inferior return a new reference
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-27  Tom TromeyAdd add_cmd function overloads
2017-09-21  Kevin BuettnerAdd `thread_from_thread_handle' method to (Python)...
2017-09-19  Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-11  Tom TromeyRemove cleanups from find_frame_funname
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-11  Tom TromeyMake it simpler to add events to Python
2017-09-11  Tom TromeySmall event ownership clean up in Python layer
2017-09-11  Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04  Pedro AlvesKill init_sal
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-09-04  Simon Marchibtrace: Store btrace_insn in an std::vector
2017-08-09  Pedro AlvesMake cp_comp_to_string return a gdb::unique_xmalloc_ptr...
2017-08-03  Tom TromeyUse gdb_argv in Python
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03  Tom TromeyRemove a cleanup in Python
2017-08-03  Tom TromeyAvoid some manual memory management in Python
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17  Pedro AlvesClean up "completer_handle_brkchars" callback handling
2017-07-17  Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-07-05  Pedro AlvesFix Python unwinder frames regression
2017-06-22  Alan HaywardFix cached_frame allocation in py-unwind
2017-06-22  Alan HaywardRemove MAX_REGISTER_SIZE from py-unwind.c
2017-05-30  Tim Wiederhakebtrace: Replace struct btrace_function::segment.
2017-05-30  Tim Wiederhakebtrace: Replace struct btrace_function::up.
2017-05-02  Tim WiederhakePython: Introduce gdb.Instruction class
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceInstruction
2017-05-02  Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02  Tim WiederhakePython: Remove ptid from gdb.Record interface
2017-05-02  Tim WiederhakePython: Use correct ptid in btrace recording
2017-05-02  Tim WiederhakePython: Fix indentation in py-record-btrace.c
2017-04-27  Simon MarchiAdd missing incref when creating Inferior Python object
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12  Tom TromeyChange find_pcs_for_symtab_line to return a std::vector
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-06  Thomas Preud'hommeFix Windows gdb build failure with Python 2 support
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
next
This page took 0.331319 seconds and 7 git commands to generate.