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
/
top.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify command_line_input
Tom Tromey
2019-11-08
1
-2
/
+2
*
Load system gdbinit files from a directory
Christian Biesinger
2019-10-29
1
-0
/
+4
*
[gdb] Fix typos in comments
Tom de Vries
2019-10-17
1
-1
/
+1
*
Move declaration of lang_frame_mismatch_warn to header.
Christian Biesinger
2019-10-08
1
-3
/
+1
*
Remove initialize_utils
Tom Tromey
2019-09-26
1
-1
/
+0
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-5
/
+5
*
Make relocate_{path,gdb_directory} return std::string
Christian Biesinger
2019-09-11
1
-1
/
+1
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-8
/
+9
*
[PR build/24886] disable glibc mcheck support
Frank Ch. Eigler
2019-08-06
1
-9
/
+0
*
Fix for using named pipes on Windows
Guillaume LABARTHE
2019-07-18
1
-11
/
+7
*
Remove init_cli_cmds
Tom Tromey
2019-07-11
1
-5
/
+0
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-0
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-4
/
+4
*
Introduce the "with" command
Pedro Alves
2019-07-03
1
-1
/
+6
*
gdb: Remove use of deprecated_interactive_hook
Andrew Burgess
2019-06-18
1
-5
/
+0
*
Remove alloca(0) calls
Tom Tromey
2019-06-14
1
-4
/
+0
*
Remove trailing newlines from help text
Tom Tromey
2019-06-11
1
-1
/
+1
*
Add function execute_command_to_ui_file
Philippe Waroquiers
2019-05-31
1
-13
/
+22
*
Add previous_saved_command_line to allow a command to repeat a previous command.
Philippe Waroquiers
2019-05-31
1
-11
/
+63
*
Suppress SIGTTOU when handling errors
Alan Hayward
2019-05-28
1
-1
/
+1
*
Have 'thread|frame apply' style their output.
Philippe Waroquiers
2019-04-27
1
-2
/
+3
*
gdb/configure.ac: add --enable-source-highlight
Sergei Trofimovich
2019-04-19
1
-0
/
+9
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-4
/
+4
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-12
/
+8
*
Destroy allocated values when exiting GDB
Sergio Durigan Junior
2019-04-01
1
-0
/
+6
*
Introduce new convenience variables $_gdb_major and $_gdb_minor
Eli Zaretskii
2019-03-30
1
-12
/
+27
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-2
/
+2
*
Remove basic cleanup code
Tom Tromey
2019-03-06
1
-1
/
+1
*
Fix error message and use-after-free on errors in nested sourced files
Simon Marchi
2019-02-19
1
-2
/
+2
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-3
/
+3
*
Remove make_bpstat_clear_actions_cleanup
Tom Tromey
2019-01-23
1
-4
/
+4
*
update copyright year printed by gdb, gdbserver and gdbreplay
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leak
Philippe Waroquiers
2018-12-31
1
-5
/
+5
*
Change input_handler to take a unique_xmalloc_ptr
Tom Tromey
2018-12-30
1
-3
/
+3
*
Style the gdb welcome message
Tom Tromey
2018-12-28
1
-1
/
+8
*
Fix leak of set/show verbose doc, avoid xfree of static string
Philippe Waroquiers
2018-12-28
1
-5
/
+11
*
when printing the GDB config, explicitly say if configured without python
Дилян Палаузов
2018-12-21
1
-0
/
+4
*
Add "const" to a few locals in gdb
Tom Tromey
2018-09-24
1
-1
/
+1
*
Use GNU style for metasyntactic variables in gdb
Tom Tromey
2018-09-16
1
-1
/
+1
*
Remove "repeat" argument from command_line_input
Tom Tromey
2018-08-17
1
-8
/
+3
*
darwin: Don't use sbrk
Simon Marchi
2018-07-04
1
-1
/
+1
*
Remove pid_to_ptid
Tom Tromey
2018-07-03
1
-2
/
+2
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-4
/
+3
*
Remove some text from --version output
Tom Tromey
2018-06-05
1
-8
/
+16
*
Make print_command_trace varargs
Tom Tromey
2018-05-04
1
-1
/
+1
*
[Ada/ravenscar] error during "continue" after task/thread switch
Joel Brobecker
2018-04-30
1
-1
/
+6
*
Remove cleanups from gdb_readline_wrapper
Tom Tromey
2018-03-27
1
-57
/
+51
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Update "gdb --configuration" with recently added features
Eli Zaretskii
2018-03-09
1
-9
/
+36
[next]