summaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifierSimon Marchi2017-12-141-3/+3
* python: Add qualified parameter to gdb.BreakpointSimon Marchi2017-12-131-4/+13
* Implement explicit locations for Python breakpoints.Phil Muldoon2017-12-071-13/+121
* Remove some unused variablesSimon Marchi2017-12-051-3/+0
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-1/+2
* Constify some linespec functionsTom Tromey2017-09-271-1/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Avoid some manual memory management in PythonTom Tromey2017-08-031-9/+6
* Change breakpoint event locations to event_location_upTom Tromey2017-04-121-1/+1
* Introduce event_location_upTom Tromey2017-04-121-8/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-051-5/+5
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-1/+1
* Use gdbpy_ref to simplify some logicTom Tromey2017-02-101-5/+3
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-2/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-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