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/binutils-2.44
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
*
Make "backtrace" support -OPT options
Pedro Alves
2019-06-13
1
-34
/
+50
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-6
/
+6
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-6
/
+6
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-18
/
+12
*
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
-19
/
+17
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-17
/
+19
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
gdb: Add default frame methods to gdbarch
Andrew Burgess
2018-12-19
1
-73
/
+59
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-1
/
+1
*
Rename some frame unwind function parameters
Simon Marchi
2018-07-20
1
-17
/
+19
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-5
/
+6
*
Rename regcache_cooked_read_ftype and make a function_view
Simon Marchi
2018-06-20
1
-11
/
+9
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-1
/
+1
*
Remove regcache_cooked_write
Simon Marchi
2018-05-30
1
-1
/
+1
*
Use TRY/CATCH in remove_prev_frame
Tom Tromey
2018-05-25
1
-33
/
+22
*
gdb: Restore selected frame in print_frame_local_vars
Andrew Burgess
2018-05-24
1
-0
/
+16
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-1
/
+1
*
Introduce a gdb_ref_ptr specialization for struct value
Tom Tromey
2018-04-06
1
-6
/
+0
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Class readonly_detached_regcache
Yao Qi
2018-02-21
1
-5
/
+5
*
Remove regcache_save and regcache_cpy
Yao Qi
2018-02-21
1
-4
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Construct readonly regcache without address space
Yao Qi
2017-11-02
1
-2
/
+1
*
const-fy regcache::m_aspace
Yao Qi
2017-11-02
1
-3
/
+3
*
s/get_regcache_aspace (regcache)/regcache->aspace ()/g
Yao Qi
2017-11-02
1
-1
/
+1
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-2
/
+2
*
Remove cleanup from frame_prepare_for_sniffer
Tom Tromey
2017-10-08
1
-8
/
+5
*
Redesign mock environment for gdbarch selftests
Pedro Alves
2017-10-04
1
-17
/
+0
*
Remove make_cleanup_regcache_xfree
Tom Tromey
2017-09-25
1
-12
/
+7
*
Remove regcache_xmalloc
Tom Tromey
2017-09-25
1
-2
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Kill init_sal
Pedro Alves
2017-09-04
1
-14
/
+11
*
Remove a MAX_REGISTER_SIZE from frame.c
Alan Hayward
2017-06-06
1
-3
/
+20
*
Add unit test to gdbarch methods register_to_value and value_to_register
Yao Qi
2017-05-24
1
-0
/
+17
*
Use frame_unwind_register_value in frame_unwind_register_unsigned
Yao Qi
2017-04-05
1
-3
/
+20
*
Remove MAX_REGISTER_SIZE from frame.c
Alan Hayward
2017-04-04
1
-13
/
+22
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Assert on lval_register
Yao Qi
2016-12-06
1
-1
/
+4
*
Stash frame id of current frame before stashing frame id for previous frame
Kevin Buettner
2016-11-16
1
-0
/
+11
*
Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID
Kevin Buettner
2016-11-16
1
-0
/
+16
*
Distinguish sentinel frame from null frame.
Kevin Buettner
2016-11-16
1
-34
/
+60
*
Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_eval
Pedro Alves
2016-09-05
1
-27
/
+52
*
Skip unwritable frames in command "finish"
Yao Qi
2016-05-23
1
-0
/
+13
*
btrace, frame: fix crash in get_frame_type
Markus Metzger
2016-02-12
1
-8
/
+40
*
frame: add skip_tailcall_frames
Markus Metzger
2016-02-12
1
-2
/
+12
*
Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) condition
Pedro Alves
2016-01-13
1
-8
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-7
/
+7
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-1
/
+1
[next]