summaryrefslogtreecommitdiff
path: root/gdb/findvar.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-10/+8
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-2/+2
* 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-13/+13
* Remove target_has_registers macroTom Tromey2020-09-281-1/+1
* gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess2020-07-061-0/+8
* gdb: Convert language la_read_var_value field to a methodAndrew Burgess2020-06-021-7/+6
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* Prefer existing data when evaluating DWARF expressionTom Tromey2020-04-241-3/+3
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* 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
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-11/+11
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-6/+6
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-12/+10
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-10/+12
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-6/+3
* Simple -Wshadow=local fixesTom Tromey2018-10-041-1/+1
* Avoid undefined behavior in extract_integerTom Tromey2018-10-031-1/+1
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* [gdb/exp] Fix printing of type of optimized out vlaTom de Vries2018-07-181-0/+2
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-1/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Add selftests run filteringSimon Marchi2017-09-161-1/+3
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* extract/store integer function templateYao Qi2017-06-161-70/+35
* Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward2017-05-261-0/+128
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-4/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-6/+20
* PR python/20190 - compute TLS symbol without a frameTom Tromey2016-07-261-10/+21
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-2/+2
* Frame static link: Handle null pointer.Bernhard Heckel2016-06-071-0/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix internal error on DW_OP_bregx(-1)Jan Kratochvil2015-10-201-0/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans2015-09-181-1/+13
* Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers2015-09-151-7/+10
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+164
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-2/+2
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-6/+6