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
/
cli
/
cli-interp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::make_unique in more places
Tom Tromey
2024-10-20
1
-1
/
+1
*
[gdb/contrib] Add more separators in spellcheck.sh
Tom de Vries
2024-10-08
1
-1
/
+1
*
gdb: remove unused includes in utils.h
Simon Marchi
2024-05-30
1
-0
/
+1
*
Remove gdb_stdtargerr
Tom Tromey
2024-05-17
1
-3
/
+0
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
Remove explanatory comments from includes
Tom Tromey
2023-09-20
1
-1
/
+1
*
gdb: add interp::on_user_selected_context_changed method
Simon Marchi
2023-05-30
1
-29
/
+7
*
gdb: add interp::on_command_error method
Simon Marchi
2023-05-30
1
-10
/
+2
*
gdb: add interp::on_sync_execution_done method
Simon Marchi
2023-05-30
1
-10
/
+2
*
gdb: add interp::on_no_history method
Simon Marchi
2023-05-30
1
-13
/
+3
*
gdb: add interp::on_exited method
Simon Marchi
2023-05-30
1
-13
/
+3
*
gdb: add interp::on_signal_exited method
Simon Marchi
2023-05-30
1
-14
/
+3
*
gdb: add interp::on_normal_stop method
Simon Marchi
2023-05-30
1
-16
/
+5
*
gdb: add interp::on_signal_received method
Simon Marchi
2023-05-30
1
-14
/
+3
*
gdb: move struct ui and related things to ui.{c,h}
Simon Marchi
2023-05-01
1
-0
/
+1
*
gdb: remove end_stepping_range observable
Simon Marchi
2023-04-24
1
-17
/
+0
*
Simplify interp::exec / interp_exec - let exceptions propagate
Pedro Alves
2023-02-08
1
-35
/
+14
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
Rename fields of cli_interp_base::saved_output_files
Tom Tromey
2022-11-30
1
-7
/
+7
*
Don't let gdb_stdlog use pager
Tom Tromey
2022-11-28
1
-10
/
+14
*
Don't let tee_file own a stream
Tom Tromey
2022-11-28
1
-5
/
+6
*
Remove 'saved_output' global
Tom Tromey
2022-11-28
1
-30
/
+17
*
Remove manual lifetime management from cli_interp
Tom Tromey
2022-07-18
1
-22
/
+14
*
Remove cli_out_new
Tom Tromey
2022-07-18
1
-1
/
+1
*
Eliminate TUI/CLI observers duplication
Pedro Alves
2022-06-24
1
-66
/
+61
*
Switch gdb_stdlog to use timestamped_file
Tom Tromey
2022-03-28
1
-1
/
+5
*
Use unique_ptr in CLI logging code
Tom Tromey
2022-03-28
1
-26
/
+17
*
Simplify the CLI set_logging logic
Tom Tromey
2022-03-28
1
-16
/
+4
*
gdb: make thread_info::m_thread_fsm a std::unique_ptr
Lancelot SIX
2022-02-07
1
-3
/
+3
*
gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
Tankut Baris Aktemur
2022-02-07
1
-0
/
+4
*
gdb/cli: convert cli_suppress_notification from int to bool
Tankut Baris Aktemur
2022-02-07
1
-4
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: remove bpstat typedef, rename bpstats to bpstat
Simon Marchi
2021-11-08
1
-1
/
+1
*
gdbsupport, gdb: give names to observers
Simon Marchi
2021-04-24
1
-9
/
+11
*
Avoid use after free with logging and debug redirect.
Lancelot SIX
2021-01-27
1
-0
/
+8
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Add debug redirect option
Alan Hayward
2019-05-17
1
-11
/
+20
*
Change file close behavior for tee_file
Alan Hayward
2019-05-17
1
-16
/
+22
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-2
/
+2
*
Remove exception_none
Tom Tromey
2019-04-25
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
C++-ify struct thread_fsm
Tom Tromey
2019-02-07
1
-1
/
+1
*
Remove duplicate or commented-out #includes
Tom Tromey
2019-01-21
1
-1
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Avoid find_thread_ptid with null_ptid
Pedro Alves
2018-11-22
1
-3
/
+1
*
Fix cli_interp::cli_uiout resource leak found by Coverity
Gary Benson
2018-10-19
1
-0
/
+6
[next]