Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
a9a26051
Commit
a9a26051
authored
Feb 10, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a pyston-specific gdb init file
And source it after loading the pyston executable.
parent
448680a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Makefile
Makefile
+1
-1
pyston_gdbinit.txt
pyston_gdbinit.txt
+8
-0
No files found.
Makefile
View file @
a9a26051
...
...
@@ -420,7 +420,7 @@ run_unittests:: run_$1_unittests
)
endef
GDB_CMDS
:=
$(GDB_PRE_CMDS)
--ex
"s
et confirm off"
--ex
"handle SIGUSR2 pass nostop noprint"
--ex
run
--ex
"bt 20"
$(GDB_POST_CMDS)
GDB_CMDS
:=
$(GDB_PRE_CMDS)
--ex
"s
ource pyston_gdbinit.txt"
--ex
"run"
--ex
"bt 20"
$(GDB_POST_CMDS)
BR
?=
ARGS
?=
ifneq
($(BR),)
...
...
pyston_gdbinit.txt
0 → 100644
View file @
a9a26051
handle SIGUSR2 pass nostop noprint
skip file /usr/include/c++/4.8/bits/stl_vector.h
skip file /usr/include/c++/4.9/bits/stl_vector.h
skip pyston::ArgPassSpec::ArgPassSpec(int, int, bool, bool)
skip pyston::InternedString::getBox() const
skip pyston::BoxedString::s() const
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment