[patch 1/8] Download tracepoint on location level

Yao Qi yao@codesourcery.com
Tue Nov 8 06:08:00 GMT 2011


Existing gdb target hook to_download_tracepoint is about downloading
tracepoint on tracepoint level, rather than location level.  However,
locations of one tracepoint may change during inferior run, so we need a
fine-granularity target hook on tracepoint locations, instead of tracepoint.

This patch is to refactor to_download_tracepoint to
to_download_tracepoint_loc.  Beside this refactor, a return value is
added in new hook to reflect whether tracepoint location is
downloaded/installed successfully.  Functionality of gdb is not changed.

-- 
Yao (齐尧)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-refactor-download_tracepoint-to-download_tracepoint_.patch
Type: text/x-patch
Size: 15717 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20111108/8bb97882/attachment.bin>


More information about the Gdb-patches mailing list