Searched hist:a2cb4665deaa0231aa190aaec6795fc59af8686b (Results 1 – 6 of 6) sorted by relevance
/haiku/src/bin/debug/strace/ |
H A D | exec.cpp | a2cb4665deaa0231aa190aaec6795fc59af8686b Mon Jun 05 15:47:01 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> strace: Improvements
- Added some utility functions to the `Context` class. - Updated the `sockaddr` handler to retrieve the next sibling rather than the sibling at index 2. This allows the handler to work for syscalls where the `socklen_t` argument is not the third one, for example, `_kern_recvfrom`. - Added the ability to print the `flatArgs` for `_kern_exec` and `_kern_load_image`.
Change-Id: Ia4cf0a30a5cf972274820bbf068101450db52189 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6498 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | Context.h | a2cb4665deaa0231aa190aaec6795fc59af8686b Mon Jun 05 15:47:01 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> strace: Improvements
- Added some utility functions to the `Context` class. - Updated the `sockaddr` handler to retrieve the next sibling rather than the sibling at index 2. This allows the handler to work for syscalls where the `socklen_t` argument is not the third one, for example, `_kern_recvfrom`. - Added the ability to print the `flatArgs` for `_kern_exec` and `_kern_load_image`.
Change-Id: Ia4cf0a30a5cf972274820bbf068101450db52189 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6498 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | NetworkTypes.cpp | a2cb4665deaa0231aa190aaec6795fc59af8686b Mon Jun 05 15:47:01 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> strace: Improvements
- Added some utility functions to the `Context` class. - Updated the `sockaddr` handler to retrieve the next sibling rather than the sibling at index 2. This allows the handler to work for syscalls where the `socklen_t` argument is not the third one, for example, `_kern_recvfrom`. - Added the ability to print the `flatArgs` for `_kern_exec` and `_kern_load_image`.
Change-Id: Ia4cf0a30a5cf972274820bbf068101450db52189 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6498 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | Context.cpp | a2cb4665deaa0231aa190aaec6795fc59af8686b Mon Jun 05 15:47:01 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> strace: Improvements
- Added some utility functions to the `Context` class. - Updated the `sockaddr` handler to retrieve the next sibling rather than the sibling at index 2. This allows the handler to work for syscalls where the `socklen_t` argument is not the third one, for example, `_kern_recvfrom`. - Added the ability to print the `flatArgs` for `_kern_exec` and `_kern_load_image`.
Change-Id: Ia4cf0a30a5cf972274820bbf068101450db52189 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6498 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | Jamfile | a2cb4665deaa0231aa190aaec6795fc59af8686b Mon Jun 05 15:47:01 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> strace: Improvements
- Added some utility functions to the `Context` class. - Updated the `sockaddr` handler to retrieve the next sibling rather than the sibling at index 2. This allows the handler to work for syscalls where the `socklen_t` argument is not the third one, for example, `_kern_recvfrom`. - Added the ability to print the `flatArgs` for `_kern_exec` and `_kern_load_image`.
Change-Id: Ia4cf0a30a5cf972274820bbf068101450db52189 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6498 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | strace.cpp | a2cb4665deaa0231aa190aaec6795fc59af8686b Mon Jun 05 15:47:01 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> strace: Improvements
- Added some utility functions to the `Context` class. - Updated the `sockaddr` handler to retrieve the next sibling rather than the sibling at index 2. This allows the handler to work for syscalls where the `socklen_t` argument is not the third one, for example, `_kern_recvfrom`. - Added the ability to print the `flatArgs` for `_kern_exec` and `_kern_load_image`.
Change-Id: Ia4cf0a30a5cf972274820bbf068101450db52189 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6498 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|