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
/
tracepoint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
Renaming of ctf (the trace format) files
Weimin Pan
2019-10-07
1
-1
/
+0
*
Introduce metadata style
Tom Tromey
2019-10-01
1
-5
/
+12
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
1
-2
/
+3
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-2
/
+2
*
Don't include readline headers from tracepoint.c
Tom Tromey
2019-08-13
1
-7
/
+0
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-10
/
+10
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-14
/
+14
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Remove trailing newlines from help text
Tom Tromey
2019-06-11
1
-4
/
+2
*
Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST
Keith Seitz
2019-03-29
1
-2
/
+5
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
Fix tracepoint.c:parse_tracepoint_definition leak (and one more)
Pedro Alves
2019-01-10
1
-11
/
+13
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-3
/
+4
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-3
/
+2
*
python: Make gdb.execute("show commands") work (PR 23669)
Simon Marchi
2018-09-17
1
-1
/
+5
*
Use GNU style for metasyntactic variables in gdb
Tom Tromey
2018-09-16
1
-4
/
+4
*
Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
Kevin Buettner
2018-08-23
1
-2
/
+2
*
Variable size for regs mask in collection list
Pedro Franco de Carvalho
2018-08-06
1
-22
/
+42
*
Use remote register numbers in tracepoint mask
Pedro Franco de Carvalho
2018-08-06
1
-84
/
+110
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-4
/
+0
*
Remove VEC from breakpoint
Tom Tromey
2018-07-03
1
-60
/
+22
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-1
/
+1
*
Update help text in tracepoint.c
Tom Tromey
2018-05-24
1
-2
/
+2
*
Remove output_command_const
Tom Tromey
2018-05-21
1
-1
/
+1
*
Remove a cleanup from trace_dump_actions
Tom Tromey
2018-05-21
1
-18
/
+6
*
Use function_view in cli-script.c
Tom Tromey
2018-05-04
1
-2
/
+4
*
Constify prompt argument to read_command_lines
Tom Tromey
2018-05-04
1
-1
/
+2
*
Use counted_command_line everywhere
Tom Tromey
2018-05-04
1
-35
/
+26
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-1
/
+1
*
Remove a use of is_mi_like_p from tracepoint.c
Tom Tromey
2018-04-30
1
-38
/
+37
*
Remove VEC(tsv_s), use std::vector instead
Simon Marchi
2018-04-09
1
-70
/
+42
*
Replace make_cleanup_restore_current_traceframe with RAII class
Simon Marchi
2018-04-07
1
-37
/
+3
*
Make target_read_alloc & al return vectors
Simon Marchi
2018-04-07
1
-10
/
+6
*
Remove char_ptr typedef
Simon Marchi
2018-04-01
1
-1
/
+1
*
Use std::vector in uploaded_tp
Simon Marchi
2018-03-30
1
-8
/
+5
*
Get rid of VEC(static_tracepoint_marker_p)
Simon Marchi
2018-03-22
1
-63
/
+19
*
Make parse_static_tracepoint_marker_definition work with multiple static trac...
Simon Marchi
2018-03-22
1
-3
/
+11
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-9
/
+9
*
Replace VEC(gdb_xml_value_s) with std::vector
Simon Marchi
2018-01-07
1
-5
/
+6
*
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
*
Convert generic probe interface to C++ (and perform some cleanups)
Sergio Durigan Junior
2017-11-22
1
-10
/
+6
*
Make encode_actions_rsp use std::vector
Simon Marchi
2017-11-08
1
-29
/
+11
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-6
/
+6
*
Constify add_info
Tom Tromey
2017-11-07
1
-3
/
+3
*
Constify add_com
Tom Tromey
2017-11-07
1
-13
/
+13
*
tracepoint: Remove unnecessary const_cast
Simon Marchi
2017-10-31
1
-1
/
+1
*
Get rid of VEC(mem_range_s)
Simon Marchi
2017-10-16
1
-7
/
+6
[next]