summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/frame.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany2022-12-081-0/+3
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-251-2/+2
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-12/+8
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-19/+20
* Use registry in gdbarchTom Tromey2022-08-041-31/+27
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-3/+3
* Rewrite registry.hTom Tromey2022-07-281-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-3/+3
* Fix some stale header names from dwarf filesLuis Machado2022-03-221-2/+2
* gdb: remove COMPUNIT_PRODUCER macro, add getter/setterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Add as_lval argument to expression evaluatorZoran Zaric2021-08-051-1/+1
* Simplify dwarf_expr_context class interfaceZoran Zaric2021-08-051-13/+4
* Make DWARF evaluator return a single struct valueZoran Zaric2021-08-051-13/+6
* Remove empty frame and full evaluatorsZoran Zaric2021-08-051-17/+1
* Move push_dwarf_reg_entry_value to expr.cZoran Zaric2021-08-051-7/+0
* Move read_mem to dwarf_expr_contextZoran Zaric2021-08-051-5/+0
* Move get_object_address to dwarf_expr_contextZoran Zaric2021-08-051-5/+0
* Move dwarf_call to dwarf_expr_contextZoran Zaric2021-08-051-10/+0
* Move compilation unit info to dwarf_expr_contextZoran Zaric2021-08-051-11/+0
* Remove get_frame_cfa from dwarf_expr_contextZoran Zaric2021-08-051-5/+0
* Move frame context info to dwarf_expr_contextZoran Zaric2021-08-051-34/+2
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+2
* Introduce dwarf2/public.hTom Tromey2021-03-201-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: fix logic of find_comp_unit and set_comp_unitSimon Marchi2020-12-031-4/+6
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-55/+55
* Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cacheSimon Marchi2020-05-271-28/+39
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-6/+6
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Find tailcall frames before inline framesTom Tromey2020-03-031-26/+8
* Move the frame data to the BFD when possibleTom Tromey2020-02-121-5/+34
* Remove the objfile backlink from comp_unitTom Tromey2020-02-121-13/+14
* Remove a use of the comp_unit backlinkTom Tromey2020-02-121-8/+14
* Add per-unit obstackTom Tromey2020-02-121-2/+5
* Store the comp_unit instead of the FDE tableTom Tromey2020-02-121-25/+26
* Change fde table to a vectorTom Tromey2020-02-121-115/+61
* Unify read_initial_length implementationsTom Tromey2020-02-081-19/+1
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-0/+2363