summaryrefslogtreecommitdiff
path: root/gdb/inline-frame.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-02-19Convert contained_in to methodTom Tromey
2023-02-19Convert block_inlined_p to methodTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-06-12Remove addrmap wrapper functionsTom Tromey
2022-04-27gdb: remove BLOCKVECTOR_MAP macroSimon Marchi
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-08gdb: fix nulltr -> nullptr typoSimon Marchi
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi
2021-09-27gdb: prevent an assertion when computing the frame_id for an inline frameAndrew Burgess
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-11Make bp_location derive from refcounted_objectTom Tromey
2020-11-16Fix frame cycle detectionPedro Alves
2020-08-31gdb: support frames inlined into the outer frameScott Linder
2020-08-27Fix advance/until and inline frames (PR gdb/26523)Pedro Alves
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess
2019-07-09Rename common to gdbsupportTom Tromey
2019-03-24More block constificationTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner
2018-06-29Fix running to breakpoint set in inline function by lineno/addressPedro Alves
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves
2018-06-19Change inline frame breakpoint skipping logic (fix gdb.gdb/selftest.exp)Pedro Alves
2018-06-14Revert accidental push of "Inline breakpoints" commitPedro Alves
2018-06-14Inline breakpointsPedro Alves
2018-05-17Don't elide all inlined framesKeith Seitz
2018-04-09Use an std::vector for inline_statesSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-05-05out of line functions nested inside inline functions.Joel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-18constify some blockvector APIsTom Tromey
2014-06-18constify struct block in some placesTom Tromey
2014-04-18Fix PR backtrace/15558Pedro Alves
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-09-17gdb/Jan Kratochvil