summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-151-7/+8
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Revert the header-sorting patchTom Tromey2019-04-061-7/+5
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-5/+7
* Change pid_to_str to return std::stringTom Tromey2019-03-131-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Add default frame methods to gdbarchAndrew Burgess2018-12-191-0/+12
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-15/+15
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Class readonly_detached_regcacheYao Qi2018-02-211-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify maintenance_print_dummy_framesTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+5
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* register_dummy_frame_dtor: Permit multiple dtorsJan Kratochvil2015-05-131-14/+46
* Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil2015-05-131-3/+6
* dummy_frame_dtor_ftype vs. call_function_by_hand_dummy_dtor_ftype cleanupJan Kratochvil2015-05-131-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* add dummy frame destructorJan Kratochvil2014-12-121-0/+41
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Associate dummy_frame with ptidYao Qi2014-06-271-24/+48
* Move local variables to inner blockYao Qi2014-06-261-4/+3
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Garbage collect deprecated_pc_in_call_dummyPedro Alves2013-02-011-34/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Jan Kratochvil2012-06-181-6/+45
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* gdbTom Tromey2011-04-191-1/+1
* gdb/Pedro Alves2011-03-181-0/+1
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-1/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdb/Jan Kratochvil2010-11-281-6/+7
* gdb/Jan Kratochvil2010-08-111-5/+1
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-0/+5
* Update copyright year in most headers.Joel Brobecker2010-01-011-2/+2
* * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,Ulrich Weigand2009-06-171-2/+2
* * dummy-frame.c (dummy_frame): Replace regcache member withDoug Evans2009-01-191-36/+76
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * cli/cli-logging.c (handle_redirections): Make a cleanup.Tom Tromey2008-10-301-1/+3
* * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand2008-08-261-18/+43