aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-finishbreakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-29Remove trailing whitespace.Doug Evans1-8/+8
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans1-4/+4
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-4/+7
2013-05-20 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):Tom Tromey1-2/+6
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-2/+3
2013-02-28 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.Doug Evans1-1/+2
2013-02-28 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to callTom Tromey1-35/+34
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-2/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-05-16 gdb/Maciej W. Rozycki1-12/+18