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
/
frame.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Associate dummy_frame with ptid
Yao Qi
2014-06-27
1
-1
/
+1
*
constify struct block in some places
Tom Tromey
2014-06-18
1
-1
/
+1
*
make calls to help_list use enumerator
Tom Tromey
2014-06-13
1
-1
/
+2
*
Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.
Andrew Burgess
2014-05-30
1
-7
/
+67
*
Rename frame_stop_reason_string to unwind_stop_reason_to_string.
Andrew Burgess
2014-05-30
1
-1
/
+1
*
Remove previous frame if an error occurs when computing frame id during unwind.
Andrew Burgess
2014-05-30
1
-14
/
+38
*
Fix PR backtrace/15558
Pedro Alves
2014-04-18
1
-13
/
+18
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-1
/
+1
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-3
/
+3
*
change minsym representation
Tom Tromey
2014-02-26
1
-2
/
+2
*
frame: do not assume unwinding will succeed
Markus Metzger
2014-01-16
1
-6
/
+3
*
frame: add frame_id_build_unavailable_stack_special
Markus Metzger
2014-01-16
1
-0
/
+16
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
"tfind" across unavailable-stack frames.
Pedro Alves
2013-12-17
1
-14
/
+40
*
Fix "info frame" in the outermost frame.
Pedro Alves
2013-12-06
1
-46
/
+62
*
New OPTIMIZED_OUT_ERROR error code.
Pedro Alves
2013-12-06
1
-1
/
+2
*
Uninitialized variable "this_id" in frame.c:get_prev_frame_1.
Joel Brobecker
2013-12-06
1
-2
/
+2
*
get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output.
Pedro Alves
2013-11-28
1
-1
/
+32
*
get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant.
Pedro Alves
2013-11-28
1
-15
/
+0
*
get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOST
Pedro Alves
2013-11-28
1
-6
/
+5
*
register: "optimized out" -> "not saved".
Pedro Alves
2013-11-28
1
-1
/
+1
*
Make "set debug frame 1" use the standard print routine for optimized out val...
Andrew Burgess
2013-11-27
1
-1
/
+5
*
Make use of the frame stash to detect wider stack cycles.
Pedro Alves
2013-11-22
1
-63
/
+88
*
Don't let two frames with the same id end up in the frame chain.
Pedro Alves
2013-11-22
1
-17
/
+26
*
Revert "Don't let two frames with the same id end up in the frame chain."
Pedro Alves
2013-11-22
1
-26
/
+17
*
Revert "Make use of the frame stash to detect wider stack cycles."
Pedro Alves
2013-11-22
1
-88
/
+63
*
Make use of the frame stash to detect wider stack cycles.
Pedro Alves
2013-11-22
1
-63
/
+88
*
Don't let two frames with the same id end up in the frame chain.
Pedro Alves
2013-11-22
1
-17
/
+26
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
Print registers not saved in the frame as "<not saved>" instead of "<optimize...
Pedro Alves
2013-10-02
1
-1
/
+1
*
Fix set debug frame output
Jan Kratochvil
2013-09-26
1
-2
/
+5
*
2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2013-05-17
1
-15
/
+86
*
Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.
Pedro Alves
2013-04-10
1
-1
/
+1
*
* minsyms.h (struct bound_minimal_symbol): New.
Tom Tromey
2013-04-08
1
-1
/
+1
*
gdb/
Yao Qi
2013-02-16
1
-1
/
+1
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
rename frame_register_read into deprecated_frame_register_read.
Joel Brobecker
2012-11-12
1
-3
/
+3
*
Document replacement for frame_register_read (deprecated).
Joel Brobecker
2012-11-12
1
-1
/
+2
*
* frame.c (put_frame_register): Don't use temporary buffer.
Tom Tromey
2012-11-05
1
-6
/
+1
*
gdb/
Jan Kratochvil
2012-09-17
1
-1
/
+7
*
gdb/
Jan Kratochvil
2012-09-17
1
-16
/
+17
*
gdb/
Yao Qi
2012-08-28
1
-7
/
+7
*
gdb/
Yao Qi
2012-08-02
1
-5
/
+5
*
2012-03-01 Pedro Alves <palves@redhat.com>
Pedro Alves
2012-03-01
1
-0
/
+20
*
* frame.c (find_frame_sal): Initialize sal->pspace field from frame
Aleksandar Ristovski
2012-02-15
1
-0
/
+2
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-3
/
+2
*
Move unwind reasons to an external .def file
Kevin Pouget
2011-10-27
1
-16
/
+4
*
gdb/
Jan Kratochvil
2011-10-09
1
-1
/
+3
[next]