Fix paste-o in examine-backward.exp.
[external/binutils.git] / gdb / python /
2019-08-15 Christian BiesingerRename internal Python functions to start with an under...
2019-08-07 Tom TromeyMake struct frame_arg self-managing
2019-08-07 Alan HaywardAArch64 pauth: Indicate unmasked addresses in backtrace
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-05 Christian BiesingerAdd block['var'] accessor
2019-07-30 Christian Biesinger[PR/24474] Add gdb.lookup_static_symbol to the python API
2019-07-30 Christian BiesingerAdd Objfile.lookup_{global,static}_symbol functions
2019-07-29 Philippe WaroquiersImplement 'set print frame-info|frame-arguments presence'.
2019-07-25 Christian BiesingerFix comment about the signature of add_separate_debug_file
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-11 Tom TromeyFix use-after-move bug in add_thread_object
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-10 Tom TromeyReduce manual reference counting in py-inferior.c
2019-07-09 Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-28 Sergio Durigan JuniorFix crash when using PYTHONMALLOC=debug (PR python...
2019-06-12 Pedro AlvesMake "backtrace" support -OPT options
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-06-10 Tom TromeyRemove newlines from warnings
2019-06-10 Tom TromeyUse gdbpy_enter in py-breakpoint.c
2019-06-04 Christian Biesinge... Add an objfile getter to gdb.Type
2019-05-04 Raul TambreFix incorrect use of 'is' operator for comparison in...
2019-04-29 Andrew Burgessgdb: Introduce 'print max-depth' feature
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-25 Tom TromeyRemove exception_none
2019-04-09 Kevin BuettnerRename python function thread_from_thread_handle to...
2019-04-09 Kevin BuettnerSupport buffer objects as handles in Inferior.thread_fr...
2019-04-09 Kevin BuettnerAdd python method InferiorThread.handle
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-04-01 Marco BarisioneAdd gdb.Value.format_string ()
2019-03-25 Tom TromeyMore block constification
2019-03-07 Andrew Burgessgdb: Move value_from_host_double into value.c and make...
2019-03-05 Tom TromeyRemove some Python 3 #ifs
2019-02-27 Tom TromeyRemove Python 2.4 and 2.5 support
2019-02-27 Kevin BuettnerUse Python 2.[67] / 3.X / PEP 3118 buffer protocol
2019-02-26 Kevin BuettnerDefine gdb.Value(bufobj, type) constructor
2019-02-26 Kevin BuettnerDefine unique_ptr specialization for Py_buffer.
2019-02-07 Tom TromeyNormalize include guards in gdb
2019-01-30 Tom TromeyRelease the GIL while running a gdb command or expression
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyDo not include py-ref.h in most files
2019-01-21 Tom TromeyRemove duplicate or commented-out #includes
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10 Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-06 Tom TromeyFix crash in "finish"
2019-01-03 Tom TromeyAvoid questionable casts in py-symtab.c
2019-01-03 Tom TromeyImprove reference counting in py-type.c
2019-01-03 Tom TromeySimplify gdbpy_stop_recording
2019-01-03 Tom TromeyRemove more uses of explicit reference counting in...
2019-01-03 Tom TromeyUse a wrapper for PyErr_Fetch
2019-01-02 Tom TromeyChange inferior_to_inferior_object to return a gdbpy_ref
2019-01-02 Tom TromeyStyle improvements in gdb/python
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyAdd output styles to gdb
2018-12-27 Tom TromeyTranslate PyExc_KeyboardInterrupt to gdb "quit"
2018-12-27 Tom TromeyConsolidate some Python exception-printing functions
2018-12-27 Tom TromeyUse gdbpy_convert_exception in a few more spots
2018-12-27 Tom TromeyRemove more calls to xfree from Python
2018-11-22 Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-11-21 Benno FünfstückMake command-repeat work after gdb.execute
2018-11-21 Pedro Alvesinvoke_xmethod & array_view
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-08 Tom TromeyFix output indentation for "info pretty-printers"
2018-11-04 Tom TromeyReturn gdbpy_ref from gdbpy_get_varobj_pretty_printer
2018-11-04 Tom TromeyReturn gdbpy_ref from some Python string functions
2018-11-04 Tom TromeyReturn gdbpy_ref from gdb_py_object_from_*longest
2018-10-27 Philippe WaroquiersAdd [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
2018-10-25 Andrew Burgessgdb/python: Make convert_values_to_python return gdbpy_...
2018-10-25 Andrew Burgessgdb/python: Make cmdpy_completer_helper return gdbpy_ref<>
2018-10-07 Tom TromeyAdd Inferior.architecture method
2018-10-07 Tom TromeyUpdate symbol domain and location values for Python
2018-10-07 Tom TromeyFix Python gdb.Breakpoint.location crash
2018-10-07 Tom TromeyUpdate help text for commands implemented in Python
2018-10-04 Tom de Vries[gdb/python] Fix cpychecker error in pspy_solib_name
2018-10-04 Tom de Vries[gdb/python] Fix cpychecker error in recpy_bt_goto
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...
next