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
/
dtrace-probe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use gdbarch for probe::get_argument_count
Alan Hayward
2019-09-02
1
-2
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
PR gdb/24364: Don't call dtrace_process_dof with NULL dof.
Paul Pluzhnikov
2019-06-17
1
-4
/
+5
*
Convert probes to type-safe registry API
Tom Tromey
2019-05-08
1
-6
/
+8
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-10
/
+8
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-8
/
+10
*
Make base class for parser_state
Tom Tromey
2019-04-04
1
-9
/
+8
*
Remove parser_state "initial_size" parameter
Tom Tromey
2019-04-04
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Fix compile error with clang 3.8
Dave Murphy
2018-12-21
1
-1
/
+1
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-2
/
+2
*
Remove symfile_complaints
Tom Tromey
2018-05-23
1
-4
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
C++-ify parser_state
Tom Tromey
2017-12-30
1
-9
/
+2
*
Fix thinko on dtrace-probe.c:dtrace_process_dof_probe
Sergio Durigan Junior
2017-12-08
1
-5
/
+4
*
Workaround build bug with GCC 6.2.1
Philipp Rudo
2017-11-24
1
-4
/
+4
*
Convert DTrace probe interface to C++ (and perform some cleanups)
Sergio Durigan Junior
2017-11-22
1
-276
/
+274
*
Constify info_probes_dtrace_command
Tom Tromey
2017-09-27
1
-1
/
+1
*
probe: Replace VEC(probe_ops_cp) with std::vector
Simon Marchi
2017-09-12
1
-1
/
+1
*
Make probe_ops::get_probes fill an std::vector
Simon Marchi
2017-09-12
1
-4
/
+5
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
dtrace-probe: Put semicolon after while on its own line
Simon Marchi
2017-06-25
1
-1
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Do not use std::move when assigning an anonymous object to a unique_ptr.
John Baldwin
2016-11-24
1
-2
/
+1
*
gdb::{unique_ptr,move} -> std::{unique_ptr,move}
Pedro Alves
2016-11-15
1
-1
/
+1
*
'struct expression *' -> gdb::unique_xmalloc_ptr<expression>
Pedro Alves
2016-11-08
1
-3
/
+3
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-2
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-2
/
+2
*
ignore invalid DOF provider sections
Joel Brobecker
2015-08-07
1
-0
/
+8
*
Initialize EXPR in dtrace-probe::dtrace_process_dof_probe
Joel Brobecker
2015-03-27
1
-1
/
+1
*
dtrace-probe: Handle error while parsing probe argument.
Joel Brobecker
2015-03-26
1
-2
/
+12
*
More redefinition errors in C++ mode
Pedro Alves
2015-02-27
1
-2
/
+2
*
2015-02-19 Steve Ellcey <sellcey@imgtec.com>
Steve Ellcey
2015-02-19
1
-3
/
+7
*
New probe type: DTrace USDT probes.
Jose E. Marchesi
2015-02-17
1
-0
/
+907