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
/
ada-tasks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: remove symbol value macros
Simon Marchi
2022-04-11
1
-4
/
+4
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-24
/
+24
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-12
/
+12
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Implement 'task apply'
Tom Tromey
2021-12-02
1
-3
/
+201
*
gdb: remove bpstat typedef, rename bpstats to bpstat
Simon Marchi
2021-11-08
1
-1
/
+1
*
gdb: change functions returning value contents to use gdb::array_view
Simon Marchi
2021-10-25
1
-1
/
+1
*
Change get_ada_task_ptid parameter type
Tom Tromey
2021-09-23
1
-1
/
+1
*
Change ptid_t::tid to ULONGEST
Tom Tromey
2021-09-23
1
-1
/
+2
*
gdb: make inferior_list use intrusive_list
Pedro Alves
2021-07-12
1
-3
/
+1
*
gdbsupport, gdb: give names to observers
Simon Marchi
2021-04-24
1
-2
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Handle CPU offset for Ravenscar
Tom Tromey
2020-12-11
1
-2
/
+20
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-59
/
+59
*
Remove target_has_stack macro
Tom Tromey
2020-09-28
1
-1
/
+1
*
Apply 'const' in more places
Tom Tromey
2020-09-14
1
-2
/
+2
*
Use gdb::function_view in iterate_over_live_ada_tasks
Tom Tromey
2020-08-07
1
-1
/
+1
*
gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINED
Simon Marchi
2020-07-12
1
-2
/
+2
*
gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
Simon Marchi
2020-07-12
1
-1
/
+2
*
gdb: remove TYPE_FIELD_TYPE macro
Simon Marchi
2020-06-08
1
-1
/
+1
*
gdb: remove TYPE_INDEX_TYPE macro
Simon Marchi
2020-06-08
1
-1
/
+1
*
gdb: remove TYPE_CODE macro
Simon Marchi
2020-05-14
1
-5
/
+5
*
Remove ALL_PSPACES
Tom Tromey
2020-05-08
1
-3
/
+1
*
Avoid stringop-truncation errors
Tom Tromey
2020-03-20
1
-1
/
+2
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Multi-target support
Pedro Alves
2020-01-10
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Avoid crash in print_ada_task_info
Tom Tromey
2019-11-22
1
-5
/
+8
*
Replace the MSYMBOL_*_NAME macros with member functions
Christian Biesinger
2019-11-22
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-2
/
+2
*
Introduce metadata style
Tom Tromey
2019-10-01
1
-4
/
+10
*
(Ada) do not print Ada task names in quotes in "info tasks" output
Joel Brobecker
2019-09-17
1
-3
/
+3
*
Output the Ada task name in more messages.
Philippe Waroquiers
2019-09-12
1
-12
/
+54
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-2
/
+2
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-4
/
+4
*
Use field_string in more places
Tom Tromey
2019-07-15
1
-5
/
+5
*
Two minor constifications
Tom Tromey
2019-05-10
1
-1
/
+1
*
Convert ada-tasks.c to type-safe registry API
Tom Tromey
2019-05-08
1
-45
/
+14
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-7
/
+5
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-5
/
+7
*
Minor Ada task cleanups
Tom Tromey
2019-02-19
1
-28
/
+27
*
Fix leaks of 'per program space' and 'per inferior' ada task data.
Philippe Waroquiers
2019-02-18
1
-2
/
+24
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
(Ada/tasking) fix array or string index out of range warning
Joel Brobecker
2018-11-07
1
-6
/
+6
*
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Joel Brobecker
2018-11-07
1
-10
/
+6
*
Make ada_tasks_inferior_data::task_list an std::vector
Simon Marchi
2018-08-26
1
-53
/
+31
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-4
/
+3
*
Remove ptid_get_tid
Tom Tromey
2018-07-03
1
-1
/
+1
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-1
/
+1
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-10
/
+11
[next]