summary refs log tree commit diff stats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* fixes #21461 (#21463)Arnaud Moura2023-03-032-2/+2
* nim-gdb: remove unnecessary quotes and fix uname (#20739)Xiao-Yong2022-11-031-1/+1
* make choosenim work on windows [backport] (#18993)flywind2021-10-141-1/+0
* get rid of $READLINK variable (#14841)Andrey Makarov2020-06-281-2/+2
* make nim-gdb compatible with BSD systems (#14700)BarrOff2020-06-181-6/+4
* Revert –#13658 for nim-gdb.bat. Fixes #13705 (#13707)Joey2020-03-201-1/+3
* Fix gdb scripts (#13658)Joey2020-03-163-16/+11
* Make gdb script work on mac and linux; add windows gdb script (#13453)Joey2020-02-212-4/+28
* 32 bit fixes (#10608)Arne Döring2019-02-131-0/+3
* fixes #9276 (#9317)Arne Döring2018-10-241-0/+0
* file mode bullshitAraq2018-08-051-0/+0
* Gdb pretty printers (#8263)Arne Döring2018-07-161-0/+18
* empty.txt files: Trim trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* rewrote lambdalifting; fixes deeply nested closuresAraq2014-06-261-1/+1
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+1
^
ac07e589 ^
60338448 ^

695f9bf8 ^
60338448 ^
695f9bf8 ^
ac07e589 ^
1a4de9dd ^















695f9bf8 ^
1a4de9dd ^















c9bda4d1 ^
1a4de9dd ^
14a38052 ^




60338448 ^
a0d3cac4 ^
ebd35521 ^
14a38052 ^




33352536 ^


14a38052 ^
33352536 ^
14a38052 ^
a0d3cac4 ^
14a38052 ^



695f9bf8 ^
b1635a5c ^
33352536 ^
695f9bf8 ^

33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
a0d3cac4 ^
695f9bf8 ^
33352536 ^
a0d3cac4 ^
33352536 ^
a0d3cac4 ^













1a4de9dd ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114