summaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix scripted probe breakpointsGeorge Barrett2019-12-091-1/+4
* Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2019-11-141-1/+1
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-151-6/+9
* "catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves2019-07-091-7/+1
* Use gdbpy_enter in py-breakpoint.cTom Tromey2019-06-101-10/+8
* Make exception handling more efficientTom Tromey2019-04-251-4/+4
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-8/+8
* Rewrite TRY/CATCHTom Tromey2019-04-081-24/+16
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-271-6/+2
* Style improvements in gdb/pythonTom Tromey2019-01-021-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdbpy_convert_exception in a few more spotsTom Tromey2018-12-271-3/+1
* Return gdbpy_ref from some Python string functionsTom Tromey2018-11-041-4/+4
* Fix Python gdb.Breakpoint.location crashTom Tromey2018-10-061-1/+6
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Allow breakpoint commands to be set from PythonTom Tromey2018-05-041-1/+44
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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