aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-1/+1
2017-04-12Introduce event_location_upTom Tromey1-8/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-5/+5
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey1-5/+3
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-2/+2
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-10/+3
2017-01-10Use gdbpy_ref in gdbpy_breakpoint_cond_says_stopTom Tromey1-5/+3
2017-01-10Use gdbpy_enter in py-breakpoint.cTom Tromey1-10/+4
2017-01-10Use gdbpy_ref in gdbpy_breakpointsTom Tromey1-13/+5
2017-01-10Change event code to use gdbpy_refTom Tromey1-6/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-3/+3
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-16/+14
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves1-5/+3
2016-07-14Add missing newline to py-breakpoint.cTom Tromey1-0/+1
2016-07-13PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey1-0/+48
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey1-0/+20
2016-07-13use user_breakpoint_p in python codeTom Tromey1-4/+4
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat1-0/+1
2016-05-24Fix PR python/17981Tom Tromey1-2/+2
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans1-4/+4
2016-02-09python/19506 -- gdb.Breakpoint address location regressionKeith Seitz1-2/+3
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-08-11Explicit locations: use new location APIKeith Seitz1-4/+8
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-1/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-20/+37
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-02-05Extension Language APIDoug Evans1-27/+55
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-20/+20
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans1-33/+33
2013-11-072013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+34
2013-05-30use explicit returns to avoid checker confusionTom Tromey1-1/+2
2013-05-30fix py-breakpoint.cTom Tromey1-1/+5
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-6/+8
2013-02-152013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>Tom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-2/+1
2012-05-142012-05-14 Stan Shebs <stan@codesourcery.com>Stan Shebs1-1/+1
2012-03-132012-03-13 Hui Zhu <teawater@gmail.com>Pedro Alves1-1/+1
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-23 Introduce gdb.FinishBreakpoint in PythonKevin Pouget1-38/+10
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+7