Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b3147e59
Commit
b3147e59
authored
Dec 13, 2018
by
Jason Merrill
Committed by
Jason Merrill
Dec 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdbinit.in (pp): New macro.
* gdbinit.in (pp): New macro. (pbb): Remove. From-SVN: r267098
parent
0e350f13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
gcc/ChangeLog
+5
-0
gcc/gdbinit.in
+9
-8
No files found.
gcc/ChangeLog
View file @
b3147e59
2018-12-13 Jason Merrill <jason@redhat.com>
* gdbinit.in (pp): New macro.
(pbb): Remove.
2018-12-13 Jakub Jelinek <jakub@redhat.com>
2018-12-13 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/88464
PR tree-optimization/88464
gcc/gdbinit.in
View file @
b3147e59
...
@@ -16,6 +16,15 @@
...
@@ -16,6 +16,15 @@
# along with GCC; see the file COPYING3. If not see
# along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
# <http://www.gnu.org/licenses/>.
define pp
call debug ($)
end
document pp
Print a representation of the GCC data structure that is $.
Works only when an inferior is executing.
end
define pr
define pr
set debug_rtx ($)
set debug_rtx ($)
end
end
...
@@ -166,14 +175,6 @@ In cc1plus, print the current binding stack, frame by frame, up to and
...
@@ -166,14 +175,6 @@ In cc1plus, print the current binding stack, frame by frame, up to and
including the global binding level.
including the global binding level.
end
end
define pbb
set debug ($)
end
document pbb
Dump the basic block that is in $, including rtx.
end
define pbm
define pbm
set bitmap_print (stderr, $, "", "\n")
set bitmap_print (stderr, $, "", "\n")
end
end
...
...
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