mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
# Usage: lldb -s lldb.txt [file]
|
|
br s -n main
|
|
br s -n do_ncdump
|
|
br s -n annotate
|
|
br s -f vardata.c -l 310 -c '(int)strcmp(vp->name,"land_tile_fractions") == 0'
|
|
r -f f -v land_tile_fractions gh181_check_me_out.nc
|