aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-finishbreakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-12Introduce event_location_upTom Tromey1-7/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-3/+3
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-2/+2
2017-01-10Use gdbpy_ref in bpfinishpy_out_of_scopeTom Tromey1-4/+3
2017-01-10Use gdbpy_enter in py-finishbreakpoint.cTom Tromey1-8/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-1/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves1-4/+1
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-1/+1
2015-08-11Explicit locations: introduce address locationsKeith Seitz1-6/+2
2015-08-11Explicit locations: use new location APIKeith Seitz1-4/+10
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil1-1/+4
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-17/+23
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-2/+7
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1