gdb: remove iterate_over_breakpoints function
[deliverable/binutils-gdb.git] / gdb / python / py-breakpoint.c
2021-05-27  Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-09  Andrew Burgessgdb/py: add some debugging to py-breakpoint.c
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-04-21  Tankut Baris Aktemurgdb/breakpoint: add a 'force_condition' parameter to...
2021-01-21  Hannes DomaniAdd Python support for hardware breakpoints
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-10-27  Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-09-15  Tom TromeyDon't use PyInt_FromLong
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09  George BarrettFix scripted probe breakpoints
2019-11-14  Philippe WaroquiersFix python gdbpy_breakpoint_object leak.
2019-10-15  Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-07-09  Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-06-10  Tom TromeyUse gdbpy_enter in py-breakpoint.c
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2019-01-02  Tom TromeyStyle improvements in gdb/python
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyUse gdbpy_convert_exception in a few more spots
2018-11-04  Tom TromeyReturn gdbpy_ref from some Python string functions
2018-10-07  Tom TromeyFix Python gdb.Breakpoint.location crash
2018-07-22  Tom TromeySimple unused variable removals
2018-05-04  Tom TromeyAllow breakpoint commands to be set from Python
2018-03-19  Tom TromeyConvert observers to C++
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-09-27  Tom TromeyConstify some linespec functions
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-08-03  Tom TromeyAvoid some manual memory management in Python
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-02-10  Tom TromeyUse gdbpy_ref to simplify some logic
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_breakpoint_cond_says_stop
2017-01-11  Tom TromeyUse gdbpy_enter in py-breakpoint.c
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_breakpoints
2017-01-11  Tom TromeyChange event code to use gdbpy_ref
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/python/
2016-07-14  Tom TromeyAdd missing newline to py-breakpoint.c
2016-07-13  Tom TromeyPR python/15620, PR python/18620 - breakpoint events...
2016-07-13  Tom TromeyPR python/17698 - add Breakpoint.pending
2016-07-13  Tom Tromeyuse user_breakpoint_p in python code
2016-06-27  Pierre-Marie de... Fix use of a dangling pointer for Python breakpoint...
2016-05-24  Tom TromeyFix PR python/17981
2016-03-30  Doug Evanspython/py-utils.c (host_string_to_python_string): New...
2016-02-09  Keith Seitzpython/19506 -- gdb.Breakpoint address location regression
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-03-07  Pedro Alvesmore making TRY/CATCH callers look more like real C...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-02-06  Doug EvansExtension Language API
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-29  Doug EvansRemove trailing whitespace.
2013-11-28  Doug EvansRename breakpoint_object to gdbpy_breakpoint_object.
2013-11-07  Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-05-30  Tom Tromeyuse explicit returns to avoid checker confusion
2013-05-30  Tom Tromeyfix py-breakpoint.c
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-02-15  Tom Tromey2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-05-14  Stan Shebs2012-05-14 Stan Shebs <stan@codesourcery.com>
2012-03-13  Pedro Alves2012-03-13 Hui Zhu <teawater@gmail.com>
2012-03-01  Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-23  Kevin Pouget Introduce gdb.FinishBreakpoint in Python
2011-11-28  Phil Muldoon2011-11-28 Phil Muldoon <pmuldoon@redhat.com>
2011-10-27  Phil Muldoon2011-10-27 Phil Muldoon <pmuldoon@redhat.com>
2011-10-20  Phil Muldoon2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2011-10-13  Tom Tromey * python/py-breakpoint.c (gdbpy_breakpoint_deleted...
2011-08-05  Eli Zaretskii * python/py-breakpoint.c (gdbpy_initialize_breakpoints...
2011-08-04  Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-07-25  Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25  Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-06-27  Tom Tromey * valops.c (find_overload_match): Call do_cleanups...
2011-06-24  Tom Tromey * varobj.c (update_dynamic_varobj_children): Make...
2011-04-27  Vladimir Prus * python/py-breakpoint.c (gdbpy_breakpoint_created...
2011-04-27  Vladimir Prus MI breakpoint notifications.
2011-03-14  Phil Muldoon2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2011-03-11  Michael Snyder2011-03-11 Michael Snyder <msnyder@vmware.com>
2011-03-11  Michael Snyder2011-02-27 Michael Snyder <msnyder@vmware.com>
next
This page took 1.804614 seconds and 107 git commands to generate.