Home > database >  How to test the stability of a gdbServer?
How to test the stability of a gdbServer?

Time:09-27

Newly developed a gdbServer, now want to test the stability of the gdbServer, the idea is that by writing the GDB script to cycle stability test, including breakpoint, single step, the load, the dump, connection, etc., to help Daniel, do you have any test gdbServer stability of the open source GDB test script code or test framework, or can have a good idea to share

CodePudding user response:

Is primarily to test the several aspects:
1. The maximum number of connections.
2. The concurrent increase, delete, change, check

The following tools, is essentially a test, you can like it. Write a program to test your gdbServer
After all, now write a concurrent program is not easy,
https://download.csdn.net/download/yenange/10291686

CodePudding user response:

reference 1/f, gypsy song response:
is primarily to test the several aspects:
1. The maximum number of connections.
2. The concurrent increase, delete, change, check

The following tools, is essentially a test, you can like it. Write a program to test your gdbServer
After all, now write a concurrent program is not easy,
https://download.csdn.net/download/yenange/10291686

Well well, let me know thank you understand
  • Related