aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Collapse)AuthorFilesLines
2017-11-30Added Copyright headers.Sebastien Douheret1-2/+21
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Used new xds agent v1.0.0-rc1 and lib xaapiv1.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-17Fixed windows build.Sebastien Douheret1-3/+1
2017-08-30Fixed error about no env config file.Sebastien Douheret1-4/+5
2017-08-30Add workaround to fix Stop action with Netbeans.v0.1.0Sebastien Douheret1-0/+14
Netbeans sends -gdb-exit command when user press stop button. But this command is not processed by remote gdb if debugged program is running. So send a SIGINT signal to interrupt program before sending/executing -gdb-exit command.
2017-08-30Ignored Window Changed signal for now.Sebastien Douheret1-2/+9
2017-08-29Change search directory for xds-gdb.envSebastien Douheret1-3/+3
2017-08-28Fix load config from gdb init file.Sebastien Douheret1-9/+10
2017-08-28Fixed early log printsSebastien Douheret1-23/+32
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-28Fixed --help and --version when no config file found.Sebastien Douheret1-2/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-21Fix bug when load config file.Sebastien Douheret1-1/+1
2017-08-07Initial commitv0.0.1Sebastien Douheret1-0/+578
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>