GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
dwarf2-frame.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace bsearch with a std::lower_bound-based search
Christian Biesinger
2019-10-29
1
-14
/
+10
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
Allow out-of-order reads of CIEs
Tom Tromey
2019-10-25
1
-75
/
+17
*
Replace some more qsort calls with std::sort
Christian Biesinger
2019-10-19
1
-10
/
+9
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-1
/
+1
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
dwarf2-frame.c: Fix FDE processing bug involving non-contiguous ranges
Kevin Buettner
2019-07-27
1
-1
/
+7
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Convert dwarf2-frame.c to type-safe registry API
Tom Tromey
2019-05-08
1
-7
/
+6
*
Detect invalid length field in debug frame FDE header.
Sandra Loosemore
2019-04-25
1
-7
/
+7
*
Support for DW_OP_addrx and DW_FORM_addrx tags
Ali Tamur
2019-04-22
1
-1
/
+1
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-3
/
+3
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-9
/
+6
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-2
/
+2
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-12
/
+10
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-10
/
+12
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-3
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-2
/
+1
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-6
/
+6
*
Change dwarf2_frame_state_reg_info::reg to be std::vector
Tom Tromey
2018-10-03
1
-14
/
+14
*
Add support for DW_OP_GNU_variable_value
Kevin Buettner
2018-08-18
1
-0
/
+5
*
gdb: Add switch to disable DWARF stack unwinders
Andrew Burgess
2018-07-26
1
-0
/
+31
*
Remove symfile_complaints
Tom Tromey
2018-05-23
1
-7
/
+6
*
Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
Simon Marchi
2018-05-20
1
-2
/
+1
*
Enable -Wsuggest-override
Tom Tromey
2018-04-27
1
-10
/
+10
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Add selftests run filtering
Simon Marchi
2017-09-16
1
-1
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Put selftests api into selftests namespace
Yao Qi
2017-08-18
1
-1
/
+1
*
Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exception
Yao Qi
2017-08-11
1
-14
/
+0
*
Class-fy dwarf2_frame_state_reg_info
Yao Qi
2017-08-11
1
-80
/
+84
*
Class-fy dwarf2_frame_state
Yao Qi
2017-08-11
1
-59
/
+45
*
Move dwarf2_frame_state_reg.exp_len to union .loc
Yao Qi
2017-08-11
1
-8
/
+8
*
[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to it
Jiong Wang
2017-04-26
1
-80
/
+12
*
DWARF-5: call sites
Jan Kratochvil
2017-02-20
1
-1
/
+1
*
Add scoped_value_mark
Tom Tromey
2017-01-10
1
-4
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Make some dwarf_expr_context methods pure virtual
Tom Tromey
2016-10-21
1
-0
/
+44
*
Convert dwarf_expr_context_funcs to methods
Tom Tromey
2016-10-21
1
-39
/
+26
*
Convert DWARF expr functions to methods
Tom Tromey
2016-10-21
1
-4
/
+4
*
Initial conversion of dwarf_expr_ctx
Tom Tromey
2016-10-21
1
-16
/
+14
*
Remove unused variables
Tom Tromey
2016-07-14
1
-2
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
PR symtab/17391 gdb internal error: assertion fails in regcache.c:178
Doug Evans
2015-10-26
1
-22
/
+17
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-15
/
+25
[next]