Two comment fixes in gdbtypes.h
[external/binutils.git] / gdb / python /
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...
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
next