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