summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb/build] Fix frame_list position in frame.cTom de Vries2023-05-031-4/+7
* Fix maybe-uninitialized warning in frame.cTom Tromey2023-03-311-3/+4
* GDB: Favor full symbol main name for backtrace stopRichard Bunt2023-03-311-10/+15
* Fix crash in inside_main_funcTom Tromey2023-03-131-0/+8
* Convert contained_in to methodTom Tromey2023-02-191-1/+1
* gdb: fix dealloc function not being called for frame 0Simon Marchi2023-02-151-8/+21
* Remove deprecated_lval_hackTom Tromey2023-02-131-4/+4
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-11/+11
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-6/+6
* Turn some value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* [gdb/cli] Add maint info frame-unwindersTom de Vries2023-02-101-2/+2
* gdb: give sentinel for user frames distinct IDs, register sentinel frames to ...Simon Marchi2023-02-081-14/+49
* gdb: call frame unwinders' dealloc_cache methods through destroying the frame...Simon Marchi2023-02-081-15/+24
* gdb: make frame_info_ptr auto-reinflatableSimon Marchi2023-01-201-3/+4
* gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi2023-01-201-8/+11
* gdb: make user-created frames reinflatableSimon Marchi2023-01-201-6/+16
* gdb: make it possible to restore selected user-created framesSimon Marchi2023-01-201-7/+23
* gdb: add create_new_frame(frame_id) overloadSimon Marchi2023-01-201-8/+18
* gdb: add user-created frames to stashSimon Marchi2023-01-201-2/+17
* gdb: add frame_id::user_created_pSimon Marchi2023-01-201-0/+1
* gdb: move frame_info_ptr to frame.{c,h}Simon Marchi2023-01-201-1/+42
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: add invalidate_selected_frame functionSimon Marchi2022-12-071-2/+14
* gdb: make frame_register staticSimon Marchi2022-12-011-1/+6
* gdb: move frame_info_ptr method implementations to frame-info.cSimon Marchi2022-11-101-3/+1
* gdb: make lookup_selected_frame staticSimon Marchi2022-11-071-2/+6
* Convert compunit_language to a methodTom Tromey2022-10-281-4/+4
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-251-16/+16
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-6/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-146/+146
* Introduce frame_info_ptr smart pointer classTom Tromey2022-10-101-0/+6
* Remove frame_id_eqTom Tromey2022-10-101-14/+13
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-2/+2
* gdb: new 'maint print frame-id' commandAndrew Burgess2022-08-241-0/+28
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-1/+1
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-25/+25
* gdb: remove SYMBOL_LINE macroSimon Marchi2022-02-061-2/+2
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: trivial changes to use array_viewSimon Marchi2021-12-031-1/+1
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-3/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-6/+5
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-10/+13
* gdb: prevent an assertion when computing the frame_id for an inline frameAndrew Burgess2021-09-271-8/+52
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-1/+1