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
/
stack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Don't allow annotations to influence what else GDB prints
Andrew Burgess
2019-06-15
1
-32
/
+28
*
gdb: Remove an update of current_source_line and current_source_symtab
Andrew Burgess
2019-06-15
1
-4
/
+3
*
Make "frame apply" support -OPT options
Pedro Alves
2019-06-13
1
-31
/
+191
*
"backtrace full/no-filters/hide" completer
Pedro Alves
2019-06-13
1
-22
/
+62
*
Make "backtrace" support -OPT options
Pedro Alves
2019-06-13
1
-97
/
+239
*
"set print raw frame-arguments" -> "set print raw-frame-arguments"
Pedro Alves
2019-06-13
1
-2
/
+14
*
Use "false" in select_frame_for_mi
Tom Tromey
2019-05-04
1
-1
/
+1
*
Have 'thread|frame apply' style their output.
Philippe Waroquiers
2019-04-27
1
-1
/
+2
*
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
-11
/
+11
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-33
/
+22
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-16
/
+16
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Style addresses
Tom Tromey
2018-12-28
1
-1
/
+2
*
Style variable names
Tom Tromey
2018-12-28
1
-1
/
+1
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-6
/
+9
*
QUIET flag initialization missing in 2 places.
Philippe Waroquiers
2018-11-02
1
-1
/
+1
*
Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...
Philippe Waroquiers
2018-10-27
1
-18
/
+121
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-2
/
+1
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-3
/
+2
*
gdb: Change how frames are selected for 'frame' and 'info frame'.
Andrew Burgess
2018-09-28
1
-173
/
+353
*
Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
Kevin Buettner
2018-08-23
1
-1
/
+1
*
MI: Print frame architecture when printing frames on an MI channel
Jan Vrany
2018-08-22
1
-0
/
+3
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-1
/
+2
*
Implement frame apply [all | COUNT | -COUNT | level LEVEL... ] [FLAG]... COMM...
Philippe Waroquiers
2018-07-12
1
-23
/
+285
*
Update "func" help text to GNU standards
Tom Tromey
2018-06-27
1
-2
/
+2
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-1
/
+1
*
(ARI) remove trailing newline in call to error in stack.c::func_command
Joel Brobecker
2018-05-30
1
-1
/
+1
*
gdb: Split func_command into two parts.
Andrew Burgess
2018-05-24
1
-30
/
+37
*
PATCH (obvious): Fix a comment, and pass stream to cb_data.
Philippe Waroquiers
2018-05-24
1
-4
/
+2
*
gdb: Restore selected frame in print_frame_local_vars
Andrew Burgess
2018-05-24
1
-20
/
+4
*
Remove useless variable int i in backtrace_command_1
Philippe Waroquiers
2018-05-19
1
-2
/
+1
*
Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC
Philippe Waroquiers
2018-05-19
1
-1
/
+1
*
Introduce a gdb_ref_ptr specialization for struct value
Tom Tromey
2018-04-06
1
-1
/
+0
*
Remove verbose code from backtrace command
Tom Tromey
2018-03-26
1
-18
/
+0
*
Improve "backtrace" help text
Tom Tromey
2018-03-26
1
-6
/
+7
*
Move some code later in backtrace_command_1
Tom Tromey
2018-03-26
1
-52
/
+53
*
Allow hiding of some filtered frames
Tom Tromey
2018-03-26
1
-0
/
+2
*
Change backtrace_command_1 calling to use flags
Tom Tromey
2018-03-26
1
-10
/
+7
*
Rationalize "backtrace" command line parsing
Tom Tromey
2018-03-26
1
-42
/
+20
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-5
/
+5
*
Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
Tom Tromey
2018-02-26
1
-1
/
+1
*
Make "bt N" print correct number of frames when using a frame filter
Tom Tromey
2018-02-26
1
-1
/
+5
*
Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)
Pedro Alves
2018-01-05
1
-4
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Show optimized out local variables in "info locals"
Simon Marchi
2017-11-22
1
-0
/
+1
*
Constify add_info
Tom Tromey
2017-11-07
1
-11
/
+3
*
Constify add_com
Tom Tromey
2017-11-07
1
-9
/
+16
*
Remove cleanup from backtrace_command
Tom Tromey
2017-11-07
1
-10
/
+7
*
Constify add_com_suppress_notification
Tom Tromey
2017-11-07
1
-1
/
+1
[next]