aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-finishbreakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-142012-05-14 Stan Shebs <stan@codesourcery.com>Stan Shebs1-1/+1
2012-03-132012-03-13 Hui Zhu <teawater@gmail.com>Pedro Alves1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-27remove use of sprintf in py-finishbreakpoint.c...Joel Brobecker1-1/+1
2011-12-23 Introduce gdb.FinishBreakpoint in PythonKevin Pouget1-0/+462