projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert generic probe interface to C++ (and perform some cleanups)
[external/binutils.git]
/
gdb
/
tracepoint.c
2017-11-23
Sergio Durigan Junior
Convert generic probe interface to C++ (and perform...
blob
|
commitdiff
2017-11-09
Simon Marchi
Make encode_actions_rsp use std::vector
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_setshow_*
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_info
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_com
blob
|
commitdiff
|
diff to current
2017-10-31
Simon Marchi
tracepoint: Remove unnecessary const_cast
blob
|
commitdiff
|
diff to current
2017-10-16
Simon Marchi
Get rid of VEC(mem_range_s)
blob
|
commitdiff
|
diff to current
2017-10-16
Simon Marchi
Fix GDB build without expat
blob
|
commitdiff
|
diff to current
2017-10-14
Simon Marchi
Make to_traceframe_info return a unique_ptr
blob
|
commitdiff
|
diff to current
2017-10-14
Simon Marchi
Use std::vector for traceframe_info::memory
blob
|
commitdiff
|
diff to current
2017-10-14
Simon Marchi
Use std::vector for traceframe_info::tvars
blob
|
commitdiff
|
diff to current
2017-10-14
Simon Marchi
Rename traceframe_info variable to current_traceframe_info
blob
|
commitdiff
|
diff to current
2017-10-11
Tom Tromey
Constify add_prefix_cmd
blob
|
commitdiff
|
diff to current
2017-09-30
Tom Tromey
Remove some cleanups from tracepoint.c
blob
|
commitdiff
|
diff to current
2017-09-29
Pedro Alves
Constify unpack_varlen_hex & fix fallout
blob
|
commitdiff
|
diff to current
2017-09-27
Tom Tromey
Constify some commands in tracepoint.c
blob
|
commitdiff
|
diff to current
2017-09-27
Tom Tromey
Constify some linespec functions
blob
|
commitdiff
|
diff to current
2017-09-27
Tom Tromey
Add add_cmd function overloads
blob
|
commitdiff
|
diff to current
2017-09-11
Tom Tromey
Rename _const functions to use overloading instead
blob
|
commitdiff
|
diff to current
2017-09-09
John Baldwin
Remove unnecessary function prototypes.
blob
|
commitdiff
|
diff to current
2017-09-04
Pedro Alves
Kill init_sal
blob
|
commitdiff
|
diff to current
2017-09-04
Pedro Alves
struct symtabs_and_lines -> std::vector<symtab_and_line>
blob
|
commitdiff
|
diff to current
2017-08-22
Simon Marchi
Rename some command functions
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Introduce gdb_argv, a class wrapper for buildargv
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Introduce and use ui_out_emit_table
blob
|
commitdiff
|
diff to current
2017-06-02
Simon Marchi
C++ify breakpoint class hierarchy (destructors only)
blob
|
commitdiff
|
diff to current
2017-05-04
Pedro Alves
RAII-fy make_cleanup_restore_current_thread & friends
blob
|
commitdiff
|
diff to current
2017-04-22
Tom Tromey
Use ui_out_emit_tuple in tracepoint.c
blob
|
commitdiff
|
diff to current
2017-04-12
Tom Tromey
Introduce command_line_up
blob
|
commitdiff
|
diff to current
2017-04-12
Tom Tromey
Introduce event_location_up
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: The Rest
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Don't initialize string command variab...
blob
|
commitdiff
|
diff to current
2017-02-02
Pedro Alves
Eliminate make_cleanup_ui_file_delete / make ui_file...
blob
|
commitdiff
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
diff to current
2016-12-22
Simon Marchi
Class-ify ui_out
blob
|
commitdiff
|
diff to current
2016-12-02
Simon Marchi
Rename some trace functions
blob
|
commitdiff
|
diff to current
2016-11-17
Pedro Alves
gdb/tracepoint.c: Don't use printf_vma
blob
|
commitdiff
|
diff to current
2016-11-09
Pedro Alves
agent_expr_up: gdb::unique_ptr -> std::unique_ptr
blob
|
commitdiff
|
diff to current
2016-11-09
Pedro Alves
gdb: Use vector::emplace_back
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
'struct agent_expr *' -> unique_ptr<agent_expr>
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
Clean up tracepoint.h/c:collection_list
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
blob
|
commitdiff
|
diff to current
2016-10-13
Tom Tromey
Remove unnecessary null_cleanup
blob
|
commitdiff
|
diff to current
2016-09-16
Pedro Alves
gdb: Use std::min and std::max throughout
blob
|
commitdiff
|
diff to current
2016-05-08
Trevor Saunders
remove trivialy unused variables
blob
|
commitdiff
|
diff to current
2016-02-11
Antoine Tremblay
Use the target architecture when encoding tracepoint...
blob
|
commitdiff
|
diff to current
2016-01-19
Pedro Alves
Limit breakpoint re-set to the current program space
blob
|
commitdiff
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
diff to current
2015-09-26
Simon Marchi
Fix cast of xml_find_attribute's return value
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add some more casts (2/2)
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add casts to memory allocation related calls
blob
|
commitdiff
|
diff to current
2015-08-26
Simon Marchi
Replace some xmalloc-family functions with XNEW-family...
blob
|
commitdiff
|
diff to current
2015-08-12
Keith Seitz
Explicit locations: use new location API
blob
|
commitdiff
|
diff to current
2015-03-06
Gary Benson
New common function "startswith"
blob
|
commitdiff
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
diff to current
2014-12-23
Doug Evans
Replace some symbol accessor macros with functions.
blob
|
commitdiff
|
diff to current
2014-11-18
Doug Evans
Use SYMBOL_OBJFILE more.
blob
|
commitdiff
|
diff to current
2014-10-14
Sergio Durigan Junior
Only call {set,clear}_semaphore probe function if they...
blob
|
commitdiff
|
diff to current
2014-10-08
Gary Benson
Remove spurious exceptions.h inclusions
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Include string.h in common-defs.h
blob
|
commitdiff
|
diff to current
2014-06-18
Tom Tromey
constify struct block in some places
blob
|
commitdiff
|
diff to current
2014-03-22
Yao Qi
Remove target_read_live_memory
blob
|
commitdiff
|
diff to current
2014-03-06
Yao Qi
Remove argument optional_p from get_tracepoint_by_number
blob
|
commitdiff
|
diff to current
2014-03-06
Yao Qi
Fix PR16508
blob
|
commitdiff
|
diff to current
2014-03-03
Tom Tromey
change probes to be program-space-independent
blob
|
commitdiff
|
diff to current
2014-02-26
Tom Tromey
start change to progspace independence
blob
|
commitdiff
|
diff to current
2014-02-26
Tom Tromey
use bound_minsym as result for lookup_minimal_symbol...
blob
|
commitdiff
|
diff to current
2014-02-26
Tom Tromey
change minsym representation
blob
|
commitdiff
|
diff to current
2014-02-23
Yao Qi
Move tfile target to tracefile-tfile.c
blob
|
commitdiff
|
diff to current
2014-02-23
Yao Qi
Move trace file writer out of tracepoint.c
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_traceframe_info
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_get_trace_state_variable_...
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_trace_find
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_get_tracepoint_status
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_get_trace_status
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_close
blob
|
commitdiff
|
diff to current
2014-02-12
Tom Tromey
don't let bin2hex call strlen
blob
|
commitdiff
|
diff to current
2014-02-12
Tom Tromey
move some rsp bits into rsp-low.h
blob
|
commitdiff
|
diff to current
2014-02-11
Yao Qi
Return target_xfer_status in to_xfer_partial
blob
|
commitdiff
|
diff to current
2014-02-07
Yao Qi
Replace -1 with TARGET_XFER_E_IO
blob
|
commitdiff
|
diff to current
2014-02-05
Yao Qi
Create inferior for tfile target
blob
|
commitdiff
|
diff to current
2014-01-14
Yao Qi
Change to_xfer_partial 'len' type to ULONGEST.
blob
|
commitdiff
|
diff to current
2014-01-13
Pedro Alves
tfile: Don't infer the PC from the tracepoint if the...
blob
|
commitdiff
|
diff to current
2014-01-07
Honggyu Kim
Remove duplicated #include's from GDB
blob
|
commitdiff
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
diff to current
2013-11-20
Yao Qi
Move target-dcache out of target.c
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_string.h
blob
|
commitdiff
|
diff to current
2013-10-25
Yao Qi
Remove global traceframe_fun and traceframe_sal
blob
|
commitdiff
|
diff to current
2013-09-17
Pedro Alves
PR gdb/15911: "info threads" changes the default source...
blob
|
commitdiff
|
diff to current
2013-08-09
Pedro Alves
tsave: Make tilde-expanded filename visible.
blob
|
commitdiff
|
diff to current
2013-07-31
Yao Qi
gdb/
blob
|
commitdiff
|
diff to current
2013-07-25
Tom Tromey
remove pop_target
blob
|
commitdiff
|
diff to current
2013-07-01
Pedro Alves
Rely on gnulib's unistd.h replacement.
blob
|
commitdiff
|
diff to current
2013-06-28
Tom Tromey
* tracepoint.c (deprecated_readline_begin_hook)
blob
|
commitdiff
|
diff to current
2013-06-26
Dmitry Kozlov
Extend tsave to save starttime, stoptime.
blob
|
commitdiff
|
diff to current
2013-06-26
Dmitry Kozlov
Fix trace-status to output proper start-time and stop...
blob
|
commitdiff
|
diff to current
2013-06-26
Yao Qi
gdb/
blob
|
commitdiff
|
diff to current
2013-06-26
Yao Qi
gdb/
blob
|
commitdiff
|
diff to current
2013-06-26
Yao Qi
gdb/
blob
|
commitdiff
|
diff to current
2013-06-26
Yao Qi
gdb/
blob
|
commitdiff
|
diff to current
next