index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
examples
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Examples] Move structured-data unpacking out of the loop. (NFC)
Jonas Devlieghere
2019-11-22
1
-1
/
+1
*
[Examples] Add in_call_stack breakpoint function.
Jonas Devlieghere
2019-11-22
1
-0
/
+24
*
crashlog.py: Improve regular expressions
Adrian Prantl
2019-11-07
1
-8
/
+22
*
[Symbolication] Remove some dead code. Nothing exciting.
Davide Italiano
2019-07-29
1
-2
/
+0
*
[Symbolication] Remove a duplicate assignment.
Davide Italiano
2019-07-29
1
-1
/
+0
*
[Symbolication] Fix unicode compatibility between 2 and 3.
Davide Italiano
2019-07-29
1
-1
/
+1
*
[crashlog] Fix a mismatch between bytes and strings.
Davide Italiano
2019-07-09
1
-1
/
+1
*
Use the // integer divide operator in these
Jason Molenda
2019-06-26
2
-2
/
+2
*
[x86-64] Use `//` for integer division in the target definition.
Davide Italiano
2019-06-26
1
-1
/
+1
*
Python 3: decode string as utf-8 to avoid type mismatch.
Adrian Prantl
2019-06-14
1
-5
/
+5
*
Make crashlog.py less noisy
Adrian Prantl
2019-06-14
1
-9
/
+27
*
[lldb] Ignore null frames in lldb.macosx crashlog
Stefan Granitz
2019-06-12
1
-0
/
+4
*
[crashlog] Add a missing call to decode.
Davide Italiano
2019-05-30
1
-1
/
+1
*
[crashlog] Use loads() instead of readPlistFromString() for python 3.
Davide Italiano
2019-05-18
1
-1
/
+7
*
[Python] Simplify the code. NFCI.
Davide Italiano
2019-04-18
4
-24
/
+8
*
[crashlog] Strip trailing `\n` from check_output return.
Davide Italiano
2019-04-18
1
-1
/
+1
*
[crashlog] Use the right path for dsymforUUID and remove an unnecessary import.
Davide Italiano
2019-04-17
1
-6
/
+1
*
python 2/3 compat: commands vs subprocess
Serge Guelton
2019-03-26
8
-15
/
+26
*
Python 2/3 compat: StringIO
Serge Guelton
2019-03-25
1
-2
/
+2
*
Python 2/3 compat: tkinter
Serge Guelton
2019-03-25
1
-2
/
+7
*
Python 2/3 compatibility: from __future__ import print_function
Serge Guelton
2019-03-21
24
-520
/
+546
*
Workaround items/iteritems difference between Python2 and Python3
Serge Guelton
2019-03-21
1
-1
/
+1
*
Portable int/long conversion across Python 2 / Python 3
Serge Guelton
2019-03-21
1
-1
/
+1
*
Portable exception value access across Python 2 / Python 3
Serge Guelton
2019-03-21
1
-1
/
+1
*
A target definition file that may work for
Jason Molenda
2019-03-18
1
-0
/
+140
*
crashlog.py: Catch exception from subprocess.
Adrian Prantl
2019-03-07
1
-1
/
+5
*
[Python] Unbreak the recently modified tests for python 2.
Davide Italiano
2019-03-06
2
-0
/
+2
*
[testsuite] Port crashlog to python 3, second attempt.
Davide Italiano
2019-03-06
2
-98
/
+97
*
Revert "[testsuite] Port crashlog and dependencies to Python 3."
Davide Italiano
2019-03-05
2
-110
/
+101
*
[testsuite] Port crashlog and dependencies to Python 3.
Davide Italiano
2019-03-05
2
-101
/
+110
*
Fix use of non-existing variable in crashlog.py
Shafik Yaghmour
2019-01-31
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Make crashlog.py work or binaries with spaces in their names
Adrian Prantl
2018-12-17
1
-21
/
+10
*
Make crashlog.py work when a .dSYM is present, but a binary is missing
Adrian Prantl
2018-12-17
1
-15
/
+37
*
Fixes for GDB remote packet disassembler:
Greg Clayton
2018-09-27
1
-59
/
+131
*
Add an interactive mode to BSD archive parser.
Greg Clayton
2018-09-27
1
-11
/
+94
*
Update cmdtemplate.py to use best pratices.
Greg Clayton
2018-06-22
1
-53
/
+78
*
Added a BSD archive tool.
Greg Clayton
2018-04-02
1
-0
/
+481
*
Fixed up to use a class for the commands, renamed the commands and added a wa...
Greg Clayton
2017-11-16
1
-68
/
+181
*
Modernize the example cmdtemplate.py.
Jim Ingham
2017-10-31
1
-85
/
+95
*
The save_crashlog command was still looking at lldb.target and
Jim Ingham
2017-10-12
1
-6
/
+7
*
Another silly little thing you can do with Python commands.
Jim Ingham
2017-10-05
1
-0
/
+24
*
Add an example command to toggle between disassembly-only and source mode.
Jim Ingham
2017-04-20
1
-0
/
+48
*
Fixed to disassemble new packets and fixed the dumping of the 'x' packets.
Greg Clayton
2017-04-14
1
-12
/
+41
*
Print the error if dsymForUUID sometimes produces bad plists.
Jim Ingham
2017-03-28
1
-1
/
+5
*
Improve crashlog.py so it can handle more iOS crashlog files.
Greg Clayton
2016-12-08
1
-0
/
+11
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
31
-3460
/
+6218
*
Mention is_stale in the scripted step doc.
Jim Ingham
2016-08-05
1
-7
/
+29
*
Fixup the "shadow" example command to use the function that takes an executio...
Greg Clayton
2016-06-28
1
-28
/
+26
*
Added a new python example which installs a command called "shadow".
Greg Clayton
2016-06-23
1
-0
/
+59
[next]