Re: [Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-27 Thread Sergei Golubchik
Hi, Vicențiu! On Jan 27, Vicențiu Ciorbaru wrote: > Hi Sergei! > > Just tested this out. I like the changes and can live with what you > proposed. However, I don't see a reason to get rid of "--manual-debug". I > like being able to see what command line parameters are needed to start the > server

Re: [Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-27 Thread Vicențiu Ciorbaru
rred to windbg on Windows , and gdb on anything > else preferred to llvm debugger). Then –debugger can be omitted in most > cases. > > > > *From: *Sergei Golubchik > *Sent: *Tuesday, 26 January 2021 21:32 > *To: *maria-developers@lists.launchpad.net > *Subject: *[Maria-devel

Re: [Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-27 Thread Sergei Golubchik
, Sergei VP of MariaDB Server Engineering and secur...@mariadb.org >> From: Sergei Golubchik >> Sent: Tuesday, 26 January 2021 21:32 >> To: maria-developers@lists.launchpad.net >> Subject: [Maria-developers] RFC: incompatible changes to mtr debugging >> flags >>

Re: [Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-27 Thread Vladislav Vaintroub
@lists.launchpad.netSubject: [Maria-developers] RFC: incompatible changes to mtr debugging flags Hi, all, Here's a feature I want to discuss, as it's rather incompatibly removesa bunch of mtr command-line options. It's a unified handling of all debuggers. I wanted to do it for quite a while, but the act

Re: [Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-27 Thread andrei . elkin
Nice work, Sergei! Just the same > I like how it sounds, just please don't destroy `--manual-gdb`, I am using it > for debugging from IDE +1 > > -- > Yours truly, > Nikita Malyavin > Cheers, Andrei ___ Mailing list: https://launchpad.net/~maria-deve

Re: [Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-27 Thread Sergei Golubchik
Hi, Nikita! On Jan 27, Nikita Malyavin wrote: > Hello, Sergei! > > I like how it sounds, just please don't destroy `--manual-gdb`, I am using > it for debugging from IDE --manual-gdb works. --manual- prefix works for any "debugger" automatically. --manual-ddd, --manual-valgrind, --manual-devenv,

Re: [Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-27 Thread Nikita Malyavin
Hello, Sergei! I like how it sounds, just please don't destroy `--manual-gdb`, I am using it for debugging from IDE -- Yours truly, Nikita Malyavin ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad

[Maria-developers] RFC: incompatible changes to mtr debugging flags

2021-01-26 Thread Sergei Golubchik
Hi, all, Here's a feature I want to discuss, as it's rather incompatibly removes a bunch of mtr command-line options. It's a unified handling of all debuggers. I wanted to do it for quite a while, but the actual trigger was me trying to add support for --rr (https://rr-project.org/) in embedded.