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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style URLs in GDB output
Tom Tromey
2022-03-31
1
-2
/
+2
*
Remove dbx mode
Tom Tromey
2022-03-31
1
-8
/
+0
*
Remove unnecessary calls to wrap_here and gdb_flush
Tom Tromey
2022-03-29
1
-4
/
+0
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-20
/
+20
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-10
/
+10
*
Deprecate dbx mode
Tom Tromey
2022-03-07
1
-0
/
+3
*
Always call the wrap_here method
Tom Tromey
2022-01-26
1
-4
/
+4
*
Convert wrap_here to use integer parameter
Tom Tromey
2022-01-26
1
-4
/
+4
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
1
-1
/
+1
*
gdb: make string-like set show commands use std::string variable
Simon Marchi
2021-10-03
1
-11
/
+6
*
Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND.
Philippe Waroquiers
2021-05-22
1
-3
/
+3
*
gdb: extension languages finish_initialization to initialize
Andrew Burgess
2021-04-28
1
-2
/
+2
*
gdb: initialise extension languages after processing early startup files
Andrew Burgess
2021-04-28
1
-0
/
+3
*
gdb: remove unused argument from gdb_init
Andrew Burgess
2021-04-28
1
-1
/
+1
*
gdb: add "set startup-quietly" command
Tom Tromey
2021-04-15
1
-0
/
+5
*
gdb: process early initialization files and command line options
Andrew Burgess
2021-04-15
1
-1
/
+60
*
gdb: refactor the initialization file lookup code
Andrew Burgess
2021-04-15
1
-63
/
+124
*
gdb: add missing full stops in --help
Marco Barisione
2021-02-18
1
-2
/
+2
*
gdb: convert auto-load to new-style debug macros
Simon Marchi
2021-01-21
1
-7
/
+9
*
gdb: move baud_rate and serial_parity declarations to serial.h
Simon Marchi
2021-01-12
1
-0
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
Tankut Baris Aktemur
2020-12-07
1
-2
/
+7
*
gdb: new function to wrap up executing command line scripts/commands
Andrew Burgess
2020-11-02
1
-32
/
+22
*
gdb: use get_standard_config_dir when looking for .gdbinit
Andrew Burgess
2020-11-02
1
-11
/
+2
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-17
/
+17
*
Make {get,set}_inferior_io_terminal inferior methods
Pedro Alves
2020-06-27
1
-1
/
+1
*
gdb: add mailing list and IRC information to --help
Jonny Grant
2020-06-11
1
-3
/
+6
*
Move event-loop.[ch] to gdbsupport/
Tom Tromey
2020-04-13
1
-1
/
+1
*
Move start_event_loop out of event-loop.c
Tom Tromey
2020-04-13
1
-0
/
+56
*
gdb: Allow more control over where to find python libraries
Andrew Burgess
2020-02-20
1
-8
/
+3
*
Ensure GDB warnings are styled.
Philippe Waroquiers
2020-01-03
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Introduce alternate_signal_stack RAII class
Tom Tromey
2019-11-26
1
-24
/
+2
*
Load system gdbinit files from a directory
Christian Biesinger
2019-10-29
1
-14
/
+68
*
[gdb] Fix typos in comments
Tom de Vries
2019-10-17
1
-1
/
+1
*
Include gdbtk.h to avoid declarations
Christian Biesinger
2019-10-10
1
-4
/
+3
*
Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir
Philippe Waroquiers
2019-10-01
1
-5
/
+3
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+5
*
Make relocate_{path,gdb_directory} return std::string
Christian Biesinger
2019-09-11
1
-46
/
+43
*
Factor out the code to do the datadir-relocation for gdbinit
Christian Biesinger
2019-09-11
1
-31
/
+43
*
Refactor get_init_files to use std::string
Christian Biesinger
2019-09-11
1
-53
/
+51
*
Change int to bool for the relocate_* functions
Christian Biesinger
2019-09-06
1
-7
/
+7
*
Remove init_cli_cmds
Tom Tromey
2019-07-11
1
-3
/
+3
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
Add previous_saved_command_line to allow a command to repeat a previous command.
Philippe Waroquiers
2019-05-31
1
-2
/
+0
*
Make exception handling more efficient
Tom Tromey
2019-04-25
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
*
Remove basic cleanup code
Tom Tromey
2019-03-06
1
-8
/
+0
[next]