aboutsummaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-10-03Add printstr_ex which allows for providing user quotation styleEugene Syromyatnikov
2016-10-03util: add quote_string flag signalising that string is NUL-terminatedEugene Syromyatnikov
2016-09-28util: add getarg_ll and getarg_ull functionsEugene Syromyatnikov
2016-08-21Move SH-specific argument number calculation to getllvalEugene Syromyatnikov
2016-07-26Fix one more code pattern that might break gcc strict aliasing rulesDmitry V. Levin
2016-07-26Fix casts of ptrace's third argumentDmitry V. Levin
2016-07-20x32, mips n32: make printargs print full 64-bit syscall argumentsDmitry V. Levin
2016-07-07Add a general netlink socket parserFabien Siron
2016-07-03msghdr.c: limit output when printing excessively large messagesDmitry V. Levin
2016-06-19Make getfdproto return enum instead of stringFabien Siron
2016-06-17Introduce HAVE_STRUCT_TCB_EXT_ARG macroDmitry V. Levin
2016-06-14Move printargs* functions to util.cElvira Khabirova
2016-06-11Consistently use printaddr for printing addressesDmitry V. Levin
2016-05-15Rename sprintflags64 to sprintflags.Dmitry V. Levin
2016-05-14Rename xlookup64 to xlookupDmitry V. Levin
2016-05-07Remove unused functionsDmitry V. Levin
2016-05-07Introduce print_array function for consistent decoding of arraysDmitry V. Levin
2016-04-28Introduce printflags64 functionDmitry V. Levin
2016-04-28Introduce sprintflags64 functionDmitry V. Levin
2016-04-28printxvals: change type of integer argument to uint64_tDmitry V. Levin
2016-04-28xlat_search: change type of integer argument to uint64_tDmitry V. Levin
2016-04-28Introduce xlookup64 functionDmitry V. Levin
2016-04-28addflags: change type of integer argument to uint64_tDmitry V. Levin
2016-02-09Introduce libstrace.a for potentially conditional compilation unitsDmitry V. Levin
2016-02-03Implement caching of print_sockaddr_by_inodeDmitry V. Levin
2016-01-23Move fallback -yy socket print from printfd to print_sockaddr_by_inodeDmitry V. Levin
2016-01-20Fix decoding and dumping of readv syscall in case of short readDmitry V. Levin
2016-01-19Replace u_int{8,16,32,64} with uint{8,16,32,64}Dmitry V. Levin
2015-11-26x86_64: fix x32 personality support in getllvalDmitry V. Levin
2015-11-16sprintflags: skip zero flagsDmitry V. Levin
2015-11-16printflags: handle empty xlatsMike Frysinger
2015-09-15Add a new helper function umove_ulong_array_or_printaddrDmitry V. Levin
2015-09-14Rename umove_long_or_printaddr to umove_ulong_or_printaddrDmitry V. Levin
2015-08-26Fix multiple personalities support in parser of io_submit syscallDmitry V. Levin
2015-08-26decode extend getsockopt/setsockopt optionsMike Frysinger
2015-08-19Make printnum_* functions return boolean statusDmitry V. Levin
2015-08-18Fix printing tracee's long integersDmitry V. Levin
2015-07-14umoven_or_printaddr: do not fetch data if not in verbose modeDmitry V. Levin
2015-07-14Change printnum_* printers to honor syserrorDmitry V. Levin
2015-07-09Add several generic integer pairs printing functionsDmitry V. Levin
2015-07-09Add two generic integer printing functionsDmitry V. Levin
2015-07-09Add address printing functionsDmitry V. Levin
2015-06-17Consistenly use #ifdef to check for AC_DEFINE'd macrosDmitry V. Levin