configuration - Is is possible create/delete/disable multiple breskpoints once in GDB? -


i create/delete/disable (and other actions breakpoint) multiple breakpoints in 1 command line, such as:

b 12 28 30 

to create 3 breakpoints @ line 12, 28 , 30.

i googled many times, got nothing.

the built-in way create multiple breakpoints single command rbreak, isn't applicable you, doesn't allow line numbers.

if need reason, can write new command it. might able cli using define, but, if not, can use python write new commands.

many other breakpoint commands enable (but not commands -- think, e.g., not cond syntax reasons) take list of breakpoints work on.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -