Remove "fix" call for "long long" from ARI
[deliverable/binutils-gdb.git] / gdb / python /
2019-12-09  George BarrettFix scripted probe breakpoints
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-30  Philippe WaroquiersAllow . character as part of command names.
2019-11-27  Andrew Burgessgdb: Introduce global_symbol_searcher
2019-11-26  Tom TromeyLet commands free "name"
2019-11-26  Tom TromeyAdd add_internal_function overload
2019-11-26  Tom TromeyUse cmd_list_element::doc_allocated for Python commands
2019-11-26  Tom TromeyUse run_on_main_thread in gdb.post_event
2019-11-26  Philippe WaroquiersFix crashes due to python GIL released too early
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-18  Philippe WaroquiersFix a bunch of python leaks due to missing calls to...
2019-11-14  Philippe WaroquiersFix python gdbpy_breakpoint_object leak.
2019-11-10  Andrew Burgessgdb/python: Introduce gdb.lookup_static_symbols
2019-11-10  Andrew Burgessgdb/python: smarter symbol lookup for gdb.lookup_static...
2019-11-08  Tom TromeyConstify command_line_input
2019-11-05  Tom TromeyRemove la_get_string member
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-24  Andrew Burgessgdb/python: Return None from Progspace.block_for_pc...
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-15  Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-10-09  Tom de Vries[gdb/target] Fix pretty-printer for MPX bnd registers
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-26  Tom TromeyDo not expose stub types to Python
2019-09-25  Tom TromeyRemove make_hex_string
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-11  Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-09-09  Philippe WaroquiersFix leak detected in python.c initialization code.
2019-08-27  Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-22  Christian BiesingerMake GDB compile with Python 3 on MinGW
2019-08-19  Tom TromeyFix indentation in value_has_field
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
next
This page took 0.153389 seconds and 7 git commands to generate.