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
*
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
*
Class-ify ui_out
Simon Marchi
2016-12-22
1
-9
/
+8
*
Remove verbosity from ui_out_message and friends
Simon Marchi
2016-11-26
1
-1
/
+1
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-4
/
+5
*
Linux native thread create/exit events support
Pedro Alves
2016-05-24
1
-6
/
+8
*
Remove unused libthread_db td_thr_validate reference
Gary Benson
2016-05-23
1
-2
/
+0
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-5
/
+0
*
Suggest running gdbserver for a PID in container
Jan Kratochvil
2016-03-17
1
-1
/
+2
*
Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mounted
Pedro Alves
2016-03-15
1
-6
/
+10
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Fix PR threads/19354: "info threads" error with multiple inferiors
Pedro Alves
2015-12-17
1
-34
/
+19
*
Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL
Pedro Alves
2015-12-17
1
-9
/
+9
*
Fix regression revealed by corethreads.exp
Antoine Tremblay
2015-12-10
1
-1
/
+1
*
Remove support for thread events without PTRACE_EVENT_CLONE in GDB
Antoine Tremblay
2015-12-10
1
-428
/
+9
*
[C++] linux-thread-db.c: dladdr cast
Pedro Alves
2015-11-19
1
-1
/
+1
*
Add some casts for building on musl.
Doug Evans
2015-10-26
1
-2
/
+3
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-5
/
+8
*
linux-thread-db.c (record_thread): Return the created thread.
Doug Evans
2015-09-18
1
-14
/
+12
*
Fix assertion failure in linux-thread-db
Ulrich Weigand
2015-08-27
1
-4
/
+7
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-5
/
+3
*
C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.c
Pedro Alves
2015-08-04
1
-56
/
+44
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-1
/
+1
*
Remove linux_proc_pid_get_ns
Gary Benson
2015-06-10
1
-10
/
+2
*
Remove unused td_ta_map_id2thr code
Gary Benson
2015-05-07
1
-6
/
+0
*
Remove unused td_thr_validate code
Gary Benson
2015-05-07
1
-5
/
+0
*
Crash on thread id wrap around
Pedro Alves
2015-04-01
1
-2
/
+4
*
more making TRY/CATCH callers look more like real C++ try/catch blocks
Pedro Alves
2015-03-07
1
-4
/
+6
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-8
/
+11
*
garbage collect target_decr_pc_after_break
Pedro Alves
2015-03-04
1
-1
/
+1
*
Linux native: Use TRAP_BRKPT/TRAP_HWBPT
Pedro Alves
2015-03-04
1
-2
/
+4
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-26
/
+26
*
GNU/Linux: Stop using libthread_db/td_ta_thr_iter
Pedro Alves
2015-02-20
1
-144
/
+111
*
PR18006: internal error if threaded program calls clone(CLONE_VM)
Pedro Alves
2015-02-20
1
-0
/
+8
*
libthread_db: attaching to terminated/joined threads, debug output
Pedro Alves
2015-02-06
1
-0
/
+4
*
Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supported
Pedro Alves
2015-01-09
1
-6
/
+33
*
libthread_db: Skip attaching to terminated and joined threads
Pedro Alves
2015-01-09
1
-0
/
+11
*
libthread_db: debug output should go to gdb_stdlog
Pedro Alves
2015-01-09
1
-15
/
+25
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Warn users about mismatched PID namespaces
Daniel Colascione
2014-11-11
1
-0
/
+29
*
Push pruning old threads down to the target
Pedro Alves
2014-10-15
1
-2
/
+4
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
[next]