summaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
Commit message (Expand)AuthorAgeFilesLines
* Convert contained_in to methodTom Tromey2023-02-191-1/+1
* Convert block_containing_function to methodTom Tromey2023-02-191-1/+1
* Convert block_linkage_function to methodTom Tromey2023-02-191-2/+2
* Convert block_inlined_p to methodTom Tromey2023-02-191-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-4/+4
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-2/+2
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-4/+4
* gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi2022-04-271-2/+2
* gdb: remove BLOCK_NRANGES macroSimon Marchi2022-04-271-12/+11
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-271-8/+8
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-3/+3
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-271-2/+2
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-7/+7
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-6/+6
* Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves2020-10-301-5/+1
* Demangle function names when disassemblingAndrew Burgess2020-07-281-10/+26
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* [gdb/symtab] Fix disassembly of non-contiguous functionsTom de Vries2020-04-231-13/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Convert symtab.h function signatures to use bool instead of intChristian Biesinger2019-09-261-3/+3
* Fix access to uninitialized variable in fill_in_stop_funcPedro Franco de Carvalho2019-08-091-0/+2
* Revert the header-sorting patchTom Tromey2019-04-061-12/+10
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-10/+12
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-13/+13
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner2018-08-231-0/+37
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Add support for non-contiguous blocks to find_pc_partial_functionKevin Buettner2018-08-231-19/+80
* "break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves2018-06-291-0/+13
* Eliminate find_pc_partial_function_gnu_ifuncPedro Alves2018-04-261-29/+7
* Calling ifunc functions when target has no debug info but resolver hasPedro Alves2018-04-261-0/+39
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-5/+9
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify struct block in some placesTom Tromey2014-06-181-6/+6
* start change to progspace independenceTom Tromey2014-02-261-4/+4