Skip to content

Commit

Permalink
uftrace: Release v0.17
Browse files Browse the repository at this point in the history
This is a small release including:

 * watchpoint support for global variables
 * show arguments and srcline in dlopen'ed libraries
 * show man page of the sub-command when -h is used

Signed-off-by: Namhyung Kim <[email protected]>
  • Loading branch information
namhyung committed Dec 12, 2024
1 parent 2b9e0bb commit ff2504c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.16
VERSION := 0.17

# Makefiles suck: This macro sets a default value of $(2) for the
# variable named by $(1), unless the variable has been set by
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
uftrace v0.17
=============
* New features
Support watchpoint for global variables (#661)
Show man pages for the given command (#1316)
Add utc_offset in the header info (#1916)

* Bug fixes
Show arguments in libraries from dlopen (#842, #1981)
Save debug info for libraries from dlopen (#1312)
Protect FD of communication channel from being closed

And many other fixes and improvements. Thanks all contributors:
Daehyun Kim, Honggyu Kim, Kang Minchul, Michelle Jin, Rongsong Shen,
Seunghyeok Park, Sin Sohi, Yunseong Kim, zyxeeker


uftrace v0.16
=============
* New features
Expand Down

0 comments on commit ff2504c

Please sign in to comment.