aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-finishbreakpoint.c
AgeCommit message (Expand)AuthorFilesLines
4 days[gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTIONTom de Vries1-2/+2
4 daysAutomatically add types to Python modulesTom Tromey1-5/+1
2024-08-27[gdb/python] Use GDB_PY_SET_HANDLE_EXCEPTION more oftenTom de Vries1-2/+1
2024-06-13Return gdbpy_ref<> from gdbpy_call_methodTom Tromey1-1/+1
2024-06-12[gdb/python] Add typesafe wrapper around PyObject_CallMethodTom Tromey1-2/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-12Fix gdb.FinishBreakpoint when returning to an inlined functionHannes Domani1-1/+2
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-1/+1
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-4/+4
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+5
2023-02-28gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess1-7/+26
2023-02-27Python QUIT processing updatesKevin Buettner1-0/+5
2023-02-27Fix value chain use-after-freeTom Tromey1-0/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-31[gdb/python] Fix gdb.python/py-finish-breakpoint2.exp for -m32Tom de Vries1-1/+8
2022-12-12Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stopJohnson Sun1-5/+5
2022-11-18Fix deletion of FinishBreakpointsJohnson Sun1-1/+1
2022-10-20gdb/python: break more dependencies between gdbpy_initialize_* functionsAndrew Burgess1-0/+3
2022-10-18Remove dead code from py-finishbreakpoint.cTom Tromey1-6/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-10-10Remove frame_id_eqTom Tromey1-1/+1
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-1/+1
2022-06-17event_location -> location_specPedro Alves1-3/+3
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-1/+1
2022-04-29Remove vtable_breakpoint_opsTom Tromey1-1/+1
2022-04-29Convert ordinary breakpoints to vtable opsTom Tromey1-1/+1
2022-02-15gdb: add a symbol* argument to get_return_valueLancelot SIX1-26/+31
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-01-26Change how Python architecture and language are handledTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-12/+5
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+4
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-62/+62
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers1-0/+1
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-6/+12
2019-04-08Rename gdb exception typesTom Tromey1-6/+6
2019-04-08Rewrite TRY/CATCHTom Tromey1-18/+12
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-06Fix crash in "finish"Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+3