aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess1-0/+3
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess1-3/+3
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess1-0/+14
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-1/+1
2022-12-07Remove unnecessary xstrdup from bppy_initTom Tromey1-6/+4
2022-10-20gdb/python: break more dependencies between gdbpy_initialize_* functionsAndrew Burgess1-2/+21
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-3/+1
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre1-0/+316
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-1/+1
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-9/+12
2022-06-17event_location -> location_specPedro Alves1-10/+10
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-6/+6
2022-01-26Change how Python architecture and language are handledTom Tromey1-13/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey1-1/+1
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey1-1/+1
2021-06-25gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess1-1/+5
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-16/+11
2021-05-09gdb/py: add some debugging to py-breakpoint.cAndrew Burgess1-3/+56
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-3/+6
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur1-1/+1
2021-01-21Add Python support for hardware breakpointsHannes Domani1-2/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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