mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 12:03:55 +01:00
Renamed test function for library.
This commit is contained in:
@ -20,7 +20,7 @@ char *string2hex(unsigned char *input, size_t length) {
|
||||
* 1. Add this code to the first “breakpoint”:
|
||||
* log_write(0, LOG_MAIN, "pid: %d", getpid()); int busywait = 0; while (busywait == 0) {}
|
||||
* 2. Compile.
|
||||
* 3. Run “exim -be […]” to call the lib; see simple_exim_test.sh for details.
|
||||
* 3. Run “exim -be […]” to call the lib; see test_libexim-encrypt-dlfunc.sh for details.
|
||||
* 4. Read exim pid from log output. Attach to the looping exim process with “gdb -p PID”
|
||||
* 5. Prepare breakpoints, watches, etc. Set busywait to 1 and continue.
|
||||
*/
|
||||
Reference in New Issue
Block a user