aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur1-1/+1
2020-09-15Don't use PyInt_FromLongTom Tromey1-6/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-09Fix scripted probe breakpointsGeorge Barrett1-1/+4
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers1-1/+1
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-6/+9
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-7/+1
2019-06-10Use gdbpy_enter in py-breakpoint.cTom Tromey1-10/+8
2019-04-25Make exception handling more efficientTom Tromey1-4/+4
2019-04-25Remove exception_noneTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-8/+8
2019-04-08Rewrite TRY/CATCHTom Tromey1-24/+16
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-6/+2
2019-01-02Style improvements in gdb/pythonTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Use gdbpy_convert_exception in a few more spotsTom Tromey1-3/+1
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey1-4/+4
2018-10-06Fix Python gdb.Breakpoint.location crashTom Tromey1-1/+6
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey1-1/+44
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-14py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifierSimon Marchi1-3/+3
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi1-4/+13
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon1-13/+121
2017-12-05Remove some unused variablesSimon Marchi1-3/+0
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-1/+2
2017-09-27Constify some linespec functionsTom Tromey1-1/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-08-03Avoid some manual memory management in PythonTom Tromey1-9/+6
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