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
/
corelow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-1
/
+1
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
Remove Cell Broadband Engine debugging support
Ulrich Weigand
2019-09-20
1
-88
/
+0
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-9
/
+8
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-1
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Fix leaks by clearing registers and frame caches.
Philippe Waroquiers
2019-05-04
1
-0
/
+2
*
Consistently use bool for fake_pid_p
Tom Tromey
2019-04-09
1
-2
/
+2
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-2
/
+2
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-6
/
+4
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-22
/
+18
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-18
/
+22
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-5
/
+3
*
Add push_target overload
Tom Tromey
2019-02-15
1
-2
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
corelow.c does not need sys/file.h
Tom Tromey
2019-01-22
1
-3
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Convert default_child_has_foo functions to process_stratum_target methods
Pedro Alves
2018-11-30
1
-0
/
+3
*
Introduce process_stratum_target
Pedro Alves
2018-11-30
1
-3
/
+2
*
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.
Pedro Alves
2018-11-22
1
-6
/
+0
*
Split size in regset section iterators
Alan Hayward
2018-08-13
1
-2
/
+8
*
Rename size in get_core_register_section
Alan Hayward
2018-08-10
1
-4
/
+4
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-1
/
+0
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-1
/
+1
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-1
/
+1
*
Remove pid_to_ptid
Tom Tromey
2018-07-03
1
-2
/
+2
*
Remove ptid_build
Tom Tromey
2018-07-03
1
-1
/
+1
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-5
/
+3
*
target_ops::beneath -> target_ops::beneath()
Pedro Alves
2018-06-07
1
-4
/
+4
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-1
/
+1
*
Remove regcache_register_status
Simon Marchi
2018-05-30
1
-1
/
+1
*
Make "cbfd" a gdb_bfd_ref_ptr
Tom Tromey
2018-05-16
1
-3
/
+2
*
Heap-allocate core_target instances
Pedro Alves
2018-05-11
1
-121
/
+142
*
Eliminate the 'the_core_target' global
Pedro Alves
2018-05-11
1
-11
/
+31
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-15
/
+11
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-9
/
+9
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-104
/
+98
*
Pass inferior down to target_detach and to_detach
Simon Marchi
2018-01-19
1
-1
/
+1
*
Remove args from target detach
Simon Marchi
2018-01-19
1
-3
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-1
/
+0
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-2
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Use gdb::unique_xmalloc_ptr when calling tilde_expand
Tom Tromey
2017-08-05
1
-17
/
+9
*
Add a new gdbarch method to fetch signal information from core files.
John Baldwin
2017-07-07
1
-24
/
+13
*
Move the thread_section_name class to gdbcore.h.
John Baldwin
2017-07-07
1
-45
/
+0
*
Fix get_core_register_section leak, introduce thread_section_name
Pedro Alves
2017-05-04
1
-23
/
+53
*
Remove some superfluous code in corelow.c
Andreas Arnez
2017-05-04
1
-4
/
+2
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-1
/
+1
*
corelow: Use ptid from regcache instead of inferior_ptid
Simon Marchi
2017-03-17
1
-5
/
+6
[next]