Fix off-by-one error in complaint_internal
[binutils-gdb.git] / gdb / python /
2018-09-24 Tom TromeyAllow setting a parameter to raise gdb.GdbError
2018-09-24 Tom TromeyConsolidate gdb.GdbError handling
2018-09-24 Tom TromeyCheck for negative argument in Type.template_argument
2018-09-24 Tom TromeyReport Python errors coming from gdb.post_event
2018-09-24 Tom TromeyAllow conversion of pointers to Python int
2018-09-24 Tom TromeyPreserve sign when converting gdb.Value to Python int
2018-09-24 Tom TromeyAllow more Python scalar conversions
2018-09-17 Philippe Waroquiers[OBVIOUS] enable frame-filter short help uses disable...
2018-09-17 Pedro Alves[gdb/Python] Eliminate find_inferior_object
2018-09-17 Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-17 Tom TromeyDon't steal references in the gdb Python code
2018-09-17 Tom TromeySimplify uses of thread_to_thread_object
2018-09-16 Tom TromeyRemove CPYCHECKER_RETURNS_BORROWED_REF
2018-09-16 Tom TromeyChange thread_to_thread_object to return a new reference
2018-09-16 Tom TromeyChange objfile_to_objfile_object to return a new reference
2018-09-16 Tom TromeyChange pspace_to_pspace_object to return a new reference
2018-09-16 Tom TromeyAdd more methods to gdb.Progspace
2018-09-15 Tom TromeyFix possible exception leak in python.c
2018-09-13 Tom TromeyMake infpy_thread_from_thread_handle static
2018-09-13 Simon Marchipython: Add Progspace.objfiles method
2018-09-13 Simon Marchipython: Add Inferior.progspace property
2018-09-13 Simon Marchipython: Provide textual representation for Inferior...
2018-09-10 Tom TromeyFix help text for "python" command
2018-09-09 Simon Marchipython: Make two functions return gdbpy_ref<>
2018-09-09 Tom TromeyAllow a pretty-printer without a to_string method
2018-08-27 Jan VranyMI: Fix printing of frame architecture with Python...
2018-08-25 Simon MarchiInitialize variable in py_get_event_thread
2018-08-24 Pedro Alvesgdb/python: Use copy-initialization more when possible
2018-08-24 Pedro AlvesFix 8.2 regression in gdb.python/py-evthreads.exp w...
2018-08-17 Tom TromeyRemove "repeat" argument from command_line_input
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
next