summaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_file_v4Pedro Alves2017-02-011-10/+3
* Use gdbpy_ref in gdbpy_breakpoint_cond_says_stopTom Tromey2017-01-101-5/+3
* Use gdbpy_enter in py-breakpoint.cTom Tromey2017-01-101-10/+4
* Use gdbpy_ref in gdbpy_breakpointsTom Tromey2017-01-101-13/+5
* Change event code to use gdbpy_refTom Tromey2017-01-101-6/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-3/+3
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-16/+14
* Use ui_file_as_string in gdb/python/Pedro Alves2016-11-081-5/+3
* Add missing newline to py-breakpoint.cTom Tromey2016-07-141-0/+1
* PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey2016-07-131-0/+48
* PR python/17698 - add Breakpoint.pendingTom Tromey2016-07-131-0/+20
* use user_breakpoint_p in python codeTom Tromey2016-07-131-4/+4
* Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat2016-06-271-0/+1
* Fix PR python/17981Tom Tromey2016-05-241-2/+2
* python/py-utils.c (host_string_to_python_string): New function.Doug Evans2016-03-291-4/+4
* python/19506 -- gdb.Breakpoint address location regressionKeith Seitz2016-02-091-2/+3
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* Explicit locations: use new location APIKeith Seitz2015-08-111-4/+8
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-1/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-20/+37
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Extension Language APIDoug Evans2014-02-051-27/+55
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Remove trailing whitespace.Doug Evans2013-11-291-20/+20
* Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans2013-11-281-33/+33
* 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-11-071-4/+34
* use explicit returns to avoid checker confusionTom Tromey2013-05-301-1/+2
* fix py-breakpoint.cTom Tromey2013-05-301-1/+5
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-3/+2
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-6/+8
* 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>Tom Tromey2013-02-151-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-2/+1
* 2012-05-14 Stan Shebs <stan@codesourcery.com>Stan Shebs2012-05-141-1/+1
* 2012-03-13 Hui Zhu <teawater@gmail.com>Pedro Alves2012-03-131-1/+1
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-0/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* Introduce gdb.FinishBreakpoint in PythonKevin Pouget2011-12-231-38/+10
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-281-1/+7
* 2011-10-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-271-6/+26
* 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-201-2/+5
* * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL isTom Tromey2011-10-131-8/+8
* * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move theEli Zaretskii2011-08-051-1/+1
* 2011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-08-041-3/+3
* 2011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-07-251-5/+5
* 2011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-07-251-1/+2