aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-27[gdb/python] Use GDB_PY_SET_HANDLE_EXCEPTION more oftenTom de Vries1-2/+1
2024-08-27[gdb/python] Use GDB_PY_HANDLE_EXCEPTION more oftenTom de Vries1-2/+1
2024-08-22[gdb] Add const to catch gdb_exceptionTom de Vries1-2/+2
2024-06-24Rename symtab::fullnameTom Tromey1-2/+2
2024-06-13Return gdbpy_ref<> from gdbpy_call_methodTom Tromey1-1/+1
2024-06-12[gdb/python] Add typesafe wrapper around PyObject_CallMethodTom Tromey1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-14Remove 'if' from GDB_PY_HANDLE_EXCEPTIONTom Tromey1-8/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess1-2/+2
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey1-6/+6
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey1-2/+1
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-1/+95
2023-07-04gdb: add __repr__() implementation to a few Python typesMatheus Branco Borella1-2/+65
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-2/+2
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi1-2/+2
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-2/+5
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