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
*
gdb/readline: add readline library version to 'show configuration'
Andrew Burgess
2024-11-12
1
-0
/
+10
*
Add setting to control frame language mismatch warning
Tom Tromey
2024-11-11
1
-1
/
+1
*
gdb: include --enable-targets in 'show configuration' output
Andrew Burgess
2024-10-08
1
-0
/
+5
*
[gdb] Eliminate catch(...) in execute_fn_to_string
Tom de Vries
2024-09-24
1
-12
/
+2
*
gdb: add overloads of gdb_abspath
Andrew Burgess
2024-06-27
1
-1
/
+1
*
gdb: remove unused includes in utils.h
Simon Marchi
2024-05-30
1
-0
/
+1
*
Remove unnecessary block from execute_fn_to_ui_file
Tom Tromey
2024-05-18
1
-14
/
+12
*
Remove gdb_stdtargerr
Tom Tromey
2024-05-17
1
-2
/
+0
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+0
*
gdb: move execute function declarations from gdbcmd.h to top.h
Simon Marchi
2024-04-25
1
-6
/
+7
*
Remove excess whitespace from doc strings of some commands
Eli Zaretskii
2024-04-16
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
gdb: move more completion setup into completer.c
Andrew Burgess
2024-03-25
1
-3
/
+0
*
gdb: fix bug where quote characters would become nullptr
Andrew Burgess
2024-03-25
1
-1
/
+0
*
Change finalize_values into a final cleanup
Tom Tromey
2024-02-27
1
-6
/
+0
*
Add extension_language_ops::shutdown
Tom Tromey
2024-02-27
1
-0
/
+2
*
Fix AIX build break.
Aditya Vidyadhar Kamath
2024-01-31
1
-4
/
+0
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-2
/
+2
*
Refactor complaint thread-safety approach
Tom Tromey
2024-01-08
1
-1
/
+1
*
gdb: pass address_space to target dcache functions
Simon Marchi
2023-11-17
1
-1
/
+1
*
gdb/configure.ac: Add option --with-additional-debug-dirs
Thiago Jung Bauermann
2023-10-05
1
-0
/
+6
*
Use string_file::release in some places
Tom Tromey
2023-09-26
1
-2
/
+2
*
[gdb/tui] Fix secondary prompt
Tom de Vries
2023-07-26
1
-0
/
+6
*
[gdb] Mention --with/without-system-readline for --configuration
Tom de Vries
2023-05-30
1
-0
/
+10
*
gdb: fix post-hook execution for remote targets
Jan Vrany
2023-05-19
1
-1
/
+3
*
gdb: move struct ui and related things to ui.{c,h}
Simon Marchi
2023-05-01
1
-143
/
+6
*
PR gdb/30219: Clear sync_quit_force_run in quit_force
Kevin Buettner
2023-03-30
1
-0
/
+8
*
gdb, gdbserver, gdbsupport: fix whitespace issues
Simon Marchi
2023-03-09
1
-1
/
+1
*
Don't use struct buffer in top.c
Tom Tromey
2023-02-24
1
-14
/
+8
*
gdb: add --with-curses to --configuration output
Philippe Blain
2023-02-21
1
-0
/
+10
*
gdb: 'show config' shows --with[out]-amd-dbgapi
Lancelot SIX
2023-02-13
1
-0
/
+10
*
Rename to allow_tui_tests
Tom Tromey
2023-01-13
1
-0
/
+10
*
Update copyright year in help message of gdb, gdbserver, gdbreplay
Joel Brobecker
2023-01-01
1
-2
/
+2
*
Fix "set debug timestamp"
Tom Tromey
2022-12-28
1
-1
/
+1
*
Fix compiling of top.c
Andrew Pinski
2022-12-21
1
-1
/
+0
*
Use toplevel configure for GMP and MPFR for gdb
Andrew Pinski
2022-12-21
1
-8
/
+0
*
gdb: fix command lookup in execute_command ()
Jan Vrany
2022-12-19
1
-6
/
+2
*
gdb: remove static buffer in command_line_input
Simon Marchi
2022-12-15
1
-26
/
+13
*
gdb: remove the pop_all_targets (and friends) global functions
Andrew Burgess
2022-12-14
1
-2
/
+1
*
gdb: fix possible use-after-free when executing commands
Jan Vrany
2022-12-12
1
-2
/
+12
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-1
/
+1
*
Use member initialization in 'struct ui'
Tom Tromey
2022-08-31
1
-11
/
+2
*
Use ui_out_redirect_pop in more places
Tom Tromey
2022-08-31
1
-2
/
+1
*
Free ui::line_buffer
Tom Tromey
2022-08-31
1
-0
/
+2
*
Remove two initialization functions
Tom Tromey
2022-08-19
1
-16
/
+7
*
Change target_ops::async to accept bool
Tom Tromey
2022-07-22
1
-2
/
+2
*
Replace input_interactive_p with a method
Tom Tromey
2022-07-18
1
-9
/
+9
*
gdb: move setbuf calls out of gdb_readline_no_editing_callback
Andrew Burgess
2022-04-24
1
-0
/
+39
*
gdb: handle bracketed-paste-mode and EOF correctly
Andrew Burgess
2022-04-22
1
-0
/
+1
*
gdbsupport: make gdb_abspath return an std::string
Simon Marchi
2022-04-18
1
-8
/
+2
[next]