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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
infcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move finish_print out of value_print_options
Tom Tromey
2022-06-20
1
-5
/
+10
*
Allow 'interrupt -a' in all-stop mode
Tom Tromey
2022-06-14
1
-3
/
+0
*
gdb: add some additional thread status debug output
Andrew Burgess
2022-05-03
1
-11
/
+8
*
gdb: remove BLOCK_ENTRY_PC macro
Simon Marchi
2022-04-27
1
-1
/
+1
*
gdb: remove BLOCK_{START,END} macros
Simon Marchi
2022-04-27
1
-2
/
+2
*
Replace symbol_objfile with symbol::objfile
Tom Tromey
2022-04-20
1
-1
/
+1
*
gdb: remove symbol value macros
Simon Marchi
2022-04-11
1
-3
/
+3
*
gdb: move struct reggroup into reggroups.h header
Andrew Burgess
2022-04-07
1
-1
/
+1
*
gdb: remove reggroup_next and reggroup_prev
Andrew Burgess
2022-04-07
1
-7
/
+7
*
gdb/infrun: add reason parameter to stop_all_threads
Simon Marchi
2022-03-31
1
-1
/
+1
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-51
/
+51
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-14
/
+14
*
Remove some uses of printf_unfiltered
Tom Tromey
2022-03-29
1
-5
/
+5
*
Add more filename styling
Tom Tromey
2022-02-28
1
-1
/
+2
*
Enable async mode in the target in attach_cmd.
John Baldwin
2022-02-22
1
-0
/
+4
*
gdb: Respect the DW_CC_nocall attribute
Lancelot SIX
2022-02-15
1
-0
/
+9
*
gdb: add a symbol* argument to get_return_value
Lancelot SIX
2022-02-15
1
-6
/
+5
*
gdb: fix until behavior with trailing !is_stmt lines
Bruno Larsen
2022-02-11
1
-0
/
+39
*
gdb: make thread_info::m_thread_fsm a std::unique_ptr
Lancelot SIX
2022-02-07
1
-4
/
+4
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-2
/
+2
*
gdb: remove SYMBOL_CLASS macro, add getter
Simon Marchi
2022-02-06
1
-1
/
+1
*
Reduce explicit use of gdb_stdout
Tom Tromey
2022-01-25
1
-1
/
+1
*
gdb: add some extra debug information to attach_command
Andrew Burgess
2022-01-13
1
-0
/
+12
*
Use filtered output in kill command
Tom Tromey
2022-01-05
1
-4
/
+3
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Consistently Use ui_file parameter to show callbacks
Tom Tromey
2021-12-29
1
-3
/
+3
*
[gdb/symtab] Support -readnow during reread
Tom de Vries
2021-12-07
1
-2
/
+2
*
gdb: introduce a new overload of target_can_async_p
Andrew Burgess
2021-11-25
1
-1
/
+1
*
gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no...
Simon Marchi
2021-11-08
1
-0
/
+4
*
gdb: remove bpstat typedef, rename bpstats to bpstat
Simon Marchi
2021-11-08
1
-2
/
+2
*
gdb: change functions returning value contents to use gdb::array_view
Simon Marchi
2021-10-25
1
-2
/
+2
*
gdb, gdbserver: make target_waitstatus safe
Simon Marchi
2021-10-21
1
-2
/
+1
*
gdb: make string-like set show commands use std::string variable
Simon Marchi
2021-10-03
1
-8
/
+6
*
gdb: make thread_suspend_state::stop_pc optional
Andrew Burgess
2021-09-08
1
-1
/
+1
*
gdb: make thread_info::executing private
Andrew Burgess
2021-09-07
1
-2
/
+2
*
gdb: make inferior::m_terminal an std::string
Simon Marchi
2021-07-23
1
-4
/
+2
*
gdb: make inferior::m_cwd an std::string
Simon Marchi
2021-07-23
1
-8
/
+6
*
gdb: make inferior::m_args an std::string
Simon Marchi
2021-07-23
1
-2
/
+2
*
gdb: add setter/getter for inferior cwd
Simon Marchi
2021-07-23
1
-20
/
+4
*
gdb: add setter/getter for inferior arguments
Simon Marchi
2021-07-23
1
-27
/
+7
*
gdb: remove inferior::{argc,argv}
Simon Marchi
2021-07-23
1
-19
/
+5
*
gdb: un-share set_inferior_cwd declaration
Simon Marchi
2021-07-23
1
-2
/
+3
*
gdb: make thread_info::suspend private, add getters / setters
Simon Marchi
2021-07-12
1
-16
/
+17
*
gdb: try to load libthread_db only after reading all shared libraries when at...
Simon Marchi
2021-06-08
1
-0
/
+4
*
gdb: fix tab after space indentation issues
Simon Marchi
2021-05-27
1
-1
/
+1
*
gdb: make add_info_alias accept target as a cmd_list_element
Simon Marchi
2021-05-27
1
-3
/
+4
*
gdb: make add_com_alias accept target as a cmd_list_element
Simon Marchi
2021-05-27
1
-22
/
+31
*
gdb: Pass std::strings to ui_out::field_string () where convenient
Marco Barisione
2021-05-19
1
-1
/
+1
*
gdb: generate the prefix name for prefix commands on demand
Marco Barisione
2021-05-12
1
-4
/
+4
*
gdb: some int to bool conversion
Andrew Burgess
2021-05-07
1
-1
/
+1
[next]