Re: RFR: 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'

2024-11-19 Thread Guoxiong Li
On Sat, 16 Nov 2024 16:29:20 GMT, Guoxiong Li wrote: > Hi all, > > Some developers want to run some initial scripts locally when the debugger > (gdb or lldb) starts. So they often add a file named `.gdbinit` or > `.lldbinit` in the project root path. It is good to ignore them. > > Thanks for

Re: RFR: 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'

2024-11-19 Thread Erik Joelsson
On Sat, 16 Nov 2024 16:29:20 GMT, Guoxiong Li wrote: > Hi all, > > Some developers want to run some initial scripts locally when the debugger > (gdb or lldb) starts. So they often add a file named `.gdbinit` or > `.lldbinit` in the project root path. It is good to ignore them. > > Thanks for

Re: RFR: 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'

2024-11-18 Thread Guoxiong Li
On Mon, 18 Nov 2024 15:44:14 GMT, Magnus Ihse Bursie wrote: >> Hi all, >> >> Some developers want to run some initial scripts locally when the debugger >> (gdb or lldb) starts. So they often add a file named `.gdbinit` or >> `.lldbinit` in the project root path. It is good to ignore them. >>

Re: RFR: 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'

2024-11-18 Thread Magnus Ihse Bursie
On Sat, 16 Nov 2024 16:29:20 GMT, Guoxiong Li wrote: > Hi all, > > Some developers want to run some initial scripts locally when the debugger > (gdb or lldb) starts. So they often add a file named `.gdbinit` or > `.lldbinit` in the project root path. It is good to ignore them. > > Thanks for

RFR: 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'

2024-11-16 Thread Guoxiong Li
Hi all, Some developers want to run some initial scripts locally when the debugger (gdb or lldb) starts. So they often add a file named `.gdbinit` or `.lldbinit` in the project root path. It is good to ignore them. Thanks for your review. Best Regards, -- Guoxiong - Commit messag