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/binutils-2.44
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
/
dtrace-probe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove evaluate_type
Tom Tromey
2023-05-01
1
-1
/
+1
*
Remove evaluate_expression
Tom Tromey
2023-05-01
1
-1
/
+1
*
Turn value_type into method
Tom Tromey
2023-02-13
1
-1
/
+1
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-2
/
+1
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-2
/
+2
*
Use gdb_bfd_ref_ptr in objfile
Tom Tromey
2022-08-03
1
-1
/
+1
*
gdb: fix some clang-tidy readability-misleading-indentation warnings
Simon Marchi
2022-01-31
1
-1
/
+1
*
Fix GDB internal error by using text (instead of data) section offset
Kevin Buettner
2022-01-27
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Remove union exp_element
Tom Tromey
2021-03-08
1
-9
/
+1
*
Convert dtrace probes to use operations
Tom Tromey
2021-03-08
1
-7
/
+6
*
Add an expr::operation_up to struct expression
Tom Tromey
2021-03-08
1
-2
/
+7
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Add expected type parameter to evaluate_expression
Tom Tromey
2020-12-15
1
-3
/
+1
*
Introduce expression::first_opcode
Tom Tromey
2020-12-15
1
-1
/
+1
*
Do not manually dissect OP_TYPE operations
Tom Tromey
2020-12-14
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-5
/
+5
*
Use bfd_get_filename throughout gdb
Alan Modra
2020-05-20
1
-1
/
+1
*
Change get_objfile_arch to a method on objfile
Tom Tromey
2020-04-18
1
-1
/
+1
*
gdb: introduce objfile text_section_offset and data_section_offset methods
Simon Marchi
2020-01-23
1
-2
/
+1
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Change section_offsets to a std::vector
Tom Tromey
2020-01-08
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
1
-1
/
+0
*
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
[next]