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
/
linux-thread-db.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Use styled_string in more places
Tom Tromey
2019-10-01
1
-3
/
+6
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-4
/
+4
*
Fix gdb.python/py-thrhandle.exp failures for -m32 multilib
Kevin Buettner
2019-07-27
1
-7
/
+12
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
linux-thread-db.c: use bool where possible in thread_db code
Simon Marchi
2019-05-15
1
-41
/
+41
*
Introduce target_ops method thread_info_to_thread_handle
Kevin Buettner
2019-04-08
1
-0
/
+19
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-3
/
+3
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-9
/
+6
*
OBVIOUS: fix several occurrences of 'This options has' to 'This option has'
Philippe Waroquiers
2019-03-16
1
-1
/
+1
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-7
/
+4
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-2
/
+2
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-6
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Fix leak by using td_ta_delete() to deregister target process and deallocate ...
Philippe Waroquiers
2018-12-08
1
-0
/
+14
*
target_ops::to_stratum -> target_ops::stratum() virtual method
Pedro Alves
2018-11-30
1
-7
/
+2
*
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.
Pedro Alves
2018-11-22
1
-5
/
+3
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-1
/
+1
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-4
/
+4
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-17
/
+17
*
Remove ptid_build
Tom Tromey
2018-07-03
1
-2
/
+2
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-25
/
+29
*
linux: Add maintenance commands to test libthread_db
Gary Benson
2018-06-08
1
-0
/
+291
*
Eliminate find_target_beneath
Pedro Alves
2018-06-07
1
-16
/
+6
*
target_ops::beneath -> target_ops::beneath()
Pedro Alves
2018-06-07
1
-1
/
+1
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-6
/
+8
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-76
/
+79
*
Change target_read_string to use unique_xmalloc_ptr
Tom Tromey
2018-03-30
1
-4
/
+3
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-4
/
+4
*
Make delim_string_to_char_ptr_vec return an std::vector
Simon Marchi
2018-03-02
1
-8
/
+5
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-0
/
+1
*
Remove most cleanups from linux-thread-db.c
Tom Tromey
2018-02-24
1
-103
/
+39
*
Make linux_nat_detach/thread_db_detach use the inferior parameter
Simon Marchi
2018-01-19
1
-1
/
+1
*
Pass inferior down to target_detach and to_detach
Simon Marchi
2018-01-19
1
-2
/
+2
*
Remove args from target detach
Simon Marchi
2018-01-19
1
-2
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove unnecessary call to get_thread_db_info
Simon Marchi
2017-12-29
1
-5
/
+1
*
Create private_thread_info hierarchy
Simon Marchi
2017-11-24
1
-21
/
+25
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-1
/
+1
*
Remove cmd_cfunc_ftype
Tom Tromey
2017-11-07
1
-1
/
+1
*
Add target method for converting thread handle to thread_info struct pointer
Kevin Buettner
2017-09-21
1
-0
/
+32
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-1
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Change gdb_realpath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-1
/
+1
*
Introduce and use ui_out_emit_table
Tom Tromey
2017-08-03
1
-32
/
+36
*
Use ui_out_emit_tuple
Tom Tromey
2017-04-22
1
-2
/
+1
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+1
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-2
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
[next]