summaryrefslogtreecommitdiff
path: root/src/strace.c
Commit message (Expand)AuthorAgeFilesLines
* Implement decoding of signal masks associated with signalfd file descriptorsleedagee2023-04-291-1/+2
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-221-0/+8
* Introduce -l/--syscall-limit optionsSahil Siddiq2023-04-031-1/+19
* Make --tips more easily availableDmitry V. Levin2023-04-011-0/+4
* Update copyright headersDmitry V. Levin2023-02-261-1/+1
* strace: declare nflag variable as staticDmitry V. Levin2023-02-151-1/+1
* src: introduce tprint*_sysret_* helpersDmitry V. Levin2022-12-311-1/+4
* print_syscall_resume: always update printing_tcpDmitry V. Levin2022-12-301-1/+0
* printleader: do not mark output as unfinished unnecessarilyDmitry V. Levin2022-12-291-3/+5
* print_event_exit: do not mark output as unfinished unnecessarilyDmitry V. Levin2022-12-281-1/+1
* tprints_comment: use tprint_comment_* helpersDmitry V. Levin2022-12-261-2/+5
* src: rename tprintf to tprintf_stringFabrice Le Fessant2022-12-201-21/+22
* src: rename tprints to tprints_stringFabrice Le Fessant2022-12-191-9/+9
* src: introduce tprint_attribute_{begin,end} helpersDmitry V. Levin2022-11-271-2/+3
* src: introduce tprint_associated_info_{begin,end} helpersDmitry V. Levin2022-11-271-2/+2
* src: introduce tprint_newline() helperDmitry V. Levin2022-11-271-10/+22
* src: introduce tprint_space() helperDmitry V. Levin2022-11-041-1/+1
* pathtrace, strace: refactor path trace options parsing and storingEugene Syromyatnikov2022-07-111-12/+23
* strace: constify xflag_str and daemonize_strEugene Syromyatnikov2022-06-281-2/+2
* Raise strace awarenessEugene Syromyatnikov2022-04-021-0/+78
* Add an option for raising Strauss awarenessEugene Syromyatnikov2022-04-021-3/+20
* strace: explicitly indicate inability to print SELinux contextsEugene Syromyatnikov2022-04-021-8/+0
* Update copyright headersDmitry V. Levin2022-03-261-1/+1
* secontext: refacor SELinux context printingesyr/secontext-fixesEugene Syromyatnikov2022-01-191-7/+1
* Extend personality designation syntax to support all@persDmitry V. Levin2022-01-161-2/+2
* Extend personality designation syntax to support %class@persDmitry V. Levin2022-01-151-2/+2
* Implement displaying of expected context upon mismatchRenaud Métrich2022-01-041-25/+32
* exec_or_die: fix race conditionDmitry V. Levin2021-11-291-1/+2
* src/strace.c: remove Yflag_qualEugene Syromyatnikov2021-11-281-2/+1
* Fix formatting of --decode-pids=comm outputDmitry V. Levin2021-11-231-5/+10
* Refactor printleader to reduce code duplicationDmitry V. Levin2021-11-211-31/+24
* Use traditional parser for --decode-pids optionDmitry V. Levin2021-11-201-12/+7
* Properly escape strings printed by -Y/--decode-pids=comm optionDmitry V. Levin2021-11-141-11/+30
* Extend -Y option to decode PIDs in arguments and return valuesMasatake YAMATO2021-11-141-0/+13
* Implement -Y/--decode-pids=comm option for printing command names for PIDsMasatake YAMATO2021-11-141-5/+31
* Load /proc/$pid/comm into struct tcbMasatake YAMATO2021-11-141-0/+39
* Introduce --decode-pids=pidns as an alias for --pidns-translationMasatake YAMATO2021-11-141-2/+9
* strace: add --strings-in-hex=non-ascii-chars optionEugene Syromyatnikov2021-11-111-8/+12
* Use loop initial declarationsDmitry V. Levin2021-11-051-20/+10
* Pass PID instead of TCB pointer to get_proc_pidEugene Syromyatnikov2021-08-301-1/+1
* strace: make ptrace_attach_cmd localEugene Syromyatnikov2021-08-301-9/+11
* src: use xobjdup/xarraydupEugene Syromyatnikov2021-08-241-5/+1
* src/strace: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-031-1/+1
* Implement --secontext[=full] option to display SELinux contextsldv/secontextRenaud Métrich2021-04-041-1/+52
* print_fields.h: introduce tprint_comment_{begin,end}Dmitry V. Levin2021-03-131-2/+2
* Switch to use bundled <linux/prctl.h>Dmitry V. Levin2021-02-201-2/+0
* Add -e inject=<...>:poke_{enter,exit}=<...> functionalityElvira Khabirova2021-02-071-3/+9
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-0/+3727