summaryrefslogtreecommitdiff
path: root/gdb/findvar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-2/+2
* Support gdbarch_convert_register_p targets in address_from_registerUlrich Weigand2014-09-101-4/+21
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-7/+1
* 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
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-11/+23
* vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic2014-04-141-1/+11
* Revert the entire VLA series.Joel Brobecker2014-04-111-11/+1
* vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic2014-04-111-1/+11
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-10/+6
* change minsym representationTom Tromey2014-02-261-5/+5
* 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
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-0/+9
* Rework value_of_register in terms of value_of_register_lazy.Pedro Alves2013-09-051-29/+2
* cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic2013-08-291-9/+1
* Use allocate_optimized_out_value instead of set_value_optimized_out.Pedro Alves2013-07-041-2/+6