Re: gdb scripts

2016-08-26 Thread will sanfilippo
Sounds fine to me... > On Aug 26, 2016, at 10:14 AM, Peter Snyder wrote: > > Hey folks, > > I’m for Chris’s suggestion and I haven’t seen any other comments to the > contrary, so I’m going to commit some NFFS macros to the location he > specified. We might want to think

gdb scripts

2016-08-23 Thread Christopher Collins
Hello all, I think we need a good location for gdb command files (containing macros). I propose: @apache-mynewt-core/compiler/gdbmacros/ Thoughts? Thanks, Chris

Re: GDB scripts

2016-06-01 Thread will sanfilippo
01, 2016 at 10:04:05AM -0700, Vipul Rahane wrote: >> Hello, >> >> While debugging a bunch of things, I felt the need for a few gdb scripts to >> print out the data structures that we would use regularly. I was thinking of >> creating a common gdb script which woul

Re: GDB scripts

2016-06-01 Thread Christopher Collins
On Wed, Jun 01, 2016 at 10:04:05AM -0700, Vipul Rahane wrote: > Hello, > > While debugging a bunch of things, I felt the need for a few gdb scripts to > print out the data structures that we would use regularly. I was thinking of > creating a common gdb script which would co

GDB scripts

2016-06-01 Thread Vipul Rahane
Hello, While debugging a bunch of things, I felt the need for a few gdb scripts to print out the data structures that we would use regularly. I was thinking of creating a common gdb script which would contain different functions. This could reside in "libs/util" since we do not hav