aboutsummaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.c
AgeCommit message (Expand)AuthorFilesLines
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-4/+4
2022-10-10Remove frame_id_eqTom Tromey1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi1-1/+1
2022-01-05Use filtered output in some dumping commandsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-24Remove gdb_print_host_addressTom Tromey1-8/+4
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+2
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+1
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-4/+3
2021-05-09gdb: replace fprint_frame_idAndrew Burgess1-2/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi1-1/+1
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-7/+8
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-04-06Revert the header-sorting patchTom Tromey1-7/+5
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-5/+7
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess1-0/+12
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-15/+15
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-21Class readonly_detached_regcacheYao Qi1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-27Constify maintenance_print_dummy_framesTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel 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-25Add some more casts (1/2)Simon Marchi1-3/+5
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-05-13register_dummy_frame_dtor: Permit multiple dtorsJan Kratochvil1-14/+46
2015-05-13Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil1-3/+6
2015-05-13dummy_frame_dtor_ftype vs. call_function_by_hand_dummy_dtor_ftype cleanupJan Kratochvil1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12add dummy frame destructorJan Kratochvil1-0/+41
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-27Associate dummy_frame with ptidYao Qi1-24/+48
2014-06-26Move local variables to inner blockYao Qi1-4/+3
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-02-01Garbage collect deprecated_pc_in_call_dummyPedro Alves1-34/+0